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 Prepare for moving to Github 2015-12-14 15:55:38 +01:00
cryb_base32.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
cryb_base64.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
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