mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
f8bdc3ca9e
read_http_post_inline decodes two hexadecimal digits into one byte at a time, and it asserts that each hexadecimal digit is valid; however, both assertions print the first digit when they fail. Fix the assertion on the second digit to print the second digit. |
||
---|---|---|
.. | ||
blacklist.c | ||
blacklist.h | ||
codes.c | ||
codes.h | ||
http_negotiate.c | ||
http_negotiate.h | ||
http.c | ||
http.h | ||
Makefile | ||
post.c | ||
post.h |