mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-13 23:31:12 +00:00
c044f2580b
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. |
||
---|---|---|
.. | ||
.gitignore | ||
cryb_base32.c | ||
cryb_base64.c | ||
cryb_percent.3 | ||
cryb_percent.c | ||
Makefile.am |