-
- Downloads
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.
Showing
- clients/maildap/main.c 1 addition, 1 deletionclients/maildap/main.c
- libraries/librewrite/map.c 4 additions, 3 deletionslibraries/librewrite/map.c
- libraries/librewrite/parse.c 1 addition, 1 deletionlibraries/librewrite/parse.c
- libraries/librewrite/subst.c 1 addition, 1 deletionlibraries/librewrite/subst.c
- servers/slapd/saslauthz.c 1 addition, 1 deletionservers/slapd/saslauthz.c
Loading
Please register or sign in to comment