You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Max Kellermann <ma...@duempel.org> on 2005/04/29 11:32:35 UTC

[PATCH] continuation: escape backslashes in apreq_quote()

On 2005/04/28 22:03, Joe Schaefer <jo...@sunstarsys.com> wrote:
> +1 for escaping all backslashes in apreq_quote.

apreq-08-escape_backslash_and_null.patch
- escape backslash and null bytes in apreq_quote()
- consider null bytes as unescaped in is_quoted()

apreq-09-corrected_null_byte_tests.patch
- assume null bytes are escaped in tests

apreq-10-new_backslash_escape_tests.patch
- test whether backslashes are escaped correctly


Max