]> granicus.if.org Git - curl/commit
Added an explicit buffer limit check in msdosify() (patch based on FreeBSD).
authorDan Fandrich <dan@coneharvesters.com>
Thu, 5 Feb 2009 00:13:40 +0000 (00:13 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 5 Feb 2009 00:13:40 +0000 (00:13 +0000)
commit77da9a00871cbdbb624f9560f7fcd40fbeda046f
tree11527d02c666c283d7c1ab8b8cdd5251fbd5a49c
parent42d2353e741e386fb09bea29f4f0f2778db8a69d
Added an explicit buffer limit check in msdosify() (patch based on FreeBSD).
This couldn't ever overflow in curl, but might if the code were used
elsewhere or under different conditions.
CHANGES
src/main.c