chunked_body_is_complete(): Check input more carefully
authorFabian Keil <fk@fabiankeil.de>
Sat, 24 Jan 2015 16:41:20 +0000 (16:41 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 24 Jan 2015 16:41:20 +0000 (16:41 +0000)
Previously a nul-chunk without mandatory trailing "\r\n" would
not be rejected as invalid. When compiled with assertions enabled,
this would cause Privoxy to abort().

Reported by Matthew Daley.


No differences found