Open GoogleCodeExporter opened 9 years ago
strncat() always appends a null byte according to:
http://pubs.opengroup.org/onlinepubs/009604599/functions/strncat.html
I am unsure why this change is necessary. Can you clarify?
Original comment by Jayschwa
on 18 Jan 2012 at 5:46
Yeah, you’re right, you can ignore this patch.
Original comment by andersk@mit.edu
on 18 Jan 2012 at 5:50
How about the size parameter? Is there a potential for overflow, as was the
case in your #159?
Original comment by Jayschwa
on 18 Jan 2012 at 5:57
Original issue reported on code.google.com by
andersk@mit.edu
on 12 Jan 2012 at 5:14Attachments: