David Balazic pointed out the lack of checks for a valid %XX code when
authorDaniel Stenberg <daniel@haxx.se>
Wed, 21 May 2003 15:53:59 +0000 (15:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 May 2003 15:53:59 +0000 (15:53 +0000)
commit23563255921b055db38867a997806d139039061e
tree537c1e45c59cce4b4cfdc0c53478d04b01ac75c8
parentd78ec593fa817d1cc1728b87c06767216b9eabf5
David Balazic pointed out the lack of checks for a valid %XX code when
we unescape a string. We now check and decode only valid %XX strings.
lib/escape.c