summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZonr Chang <zonr.net@gmail.com>2016-08-24 17:16:32 +0800
committerAzat Khuzhin <a3at.mail@gmail.com>2016-08-27 01:24:11 +0300
commitc6b1ec1220bf5b4d33b1011534bdef75fd6183be (patch)
treed4cf479f7e09a6ac961b82e97ebef58790333baa /README.md
parente94250c8e3ad12c1707f9ba6971b0e9d215dda00 (diff)
downloadlibevent-c6b1ec1220bf5b4d33b1011534bdef75fd6183be.tar.gz
Fix evhttp_uriencode() regression.
http_uriencode_test() (in test/regress_http.c) has been failed after 72afe4c as "hello\0world" is encoded to "hello" instead of "hello%00world". This is because of a misplaced overflow check which causes the non-negative "size" specified in parameter being ignored in within-bound URI. Fixes: #392
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions