]> git.sur5r.net Git - openldap/commit
Patch: Escape character troubles (ITS#1753)
authorKurt Zeilenga <kurt@openldap.org>
Mon, 15 Apr 2002 18:29:39 +0000 (18:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 15 Apr 2002 18:29:39 +0000 (18:29 +0000)
commit02e8527248f2b085880f146f4cbf5b6778c09c28
tree9f6f8d8ec76e2573346762cd9d495e75c84588d1
parentfc71d62b9216488748b19a16b3e6dbc63aa51113
Patch: Escape character troubles  (ITS#1753)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

maildap could address buf[-1] if len was < 2.

REWRITE_SUBMATCH_ESCAPE is '%', not '\'.

librewrite and saslautz could walk past the end of a string which
ended with an escape character.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
clients/maildap/main.c
libraries/librewrite/map.c
libraries/librewrite/parse.c
libraries/librewrite/subst.c
servers/slapd/saslauthz.c