cryb-to/lib/enc
Dag-Erling Smørgrav c044f2580b Fix buffer over-read in percent_decode().
When decoding a trigram, percent_decode() would correctly increment the input pointer by an extra two characters (three total) but would not decrement the input length by the same amount.  This would result in a buffer over-read when decoding unterminated strings.
2016-01-10 23:29:03 +01:00
..
.gitignore
cryb_base32.c
cryb_base64.c
cryb_percent.3 Improve and document percent-encoding API. 2016-01-10 23:25:28 +01:00
cryb_percent.c Fix buffer over-read in percent_decode(). 2016-01-10 23:29:03 +01:00
Makefile.am Improve and document percent-encoding API. 2016-01-10 23:25:28 +01:00