j
k
j a
j l
Carl-Daniel Hailfinger wrote:
tmpfilename = malloc(strlen(option) + strlen(TMPFILE_TEMPLATE) + 1);
..
tmpfilename = malloc(strlen(header) + strlen(TMPFILE_TEMPLATE) + 1);
Watch out for those exploits.
//Peter
Back to the thread
Back to the list