Commit c9fbbcf4 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+comments

parent 677da1d1
...@@ -743,6 +743,7 @@ int framePointersXML(struct file_set *fset) ...@@ -743,6 +743,7 @@ int framePointersXML(struct file_set *fset)
// set to 768 - sizeof(s) can be more than 512 // set to 768 - sizeof(s) can be more than 512
// s is filled using sprintf function - // s is filled using sprintf function -
// consider switching to a safer version http://libslack.org/manpages/snprintf.3.html ? // consider switching to a safer version http://libslack.org/manpages/snprintf.3.html ?
// no - it will truncate xml and fail
char s[768]; // 512 // 341; char s[768]; // 512 // 341;
int p, wp, rp; int p, wp, rp;
int nf = 0; int nf = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment