]> granicus.if.org Git - apache/commitdiff
add a comment for future editors
authorAndré Malo <nd@apache.org>
Tue, 5 Aug 2003 21:18:47 +0000 (21:18 +0000)
committerAndré Malo <nd@apache.org>
Tue, 5 Aug 2003 21:18:47 +0000 (21:18 +0000)
no code change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100911 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 1fbf78f24c4abda1f76bd0277ceda0b81f67f637..f8d267ea0ad83df5ec79861ef2cf1dfbdf7672e4 100644 (file)
@@ -1416,6 +1416,7 @@ static char *lookup_map_program(request_rec *r, apr_file_t *fpin,
         }
     }
 
+    /* buf is not zero terminated, so be careful! */
     if (i == 4 && strncasecmp(buf, "NULL", 4) == 0) {
         return NULL;
     }