https://issues.apache.org/bugzilla/show_bug.cgi?id=45192
--- Comment #2 from Takashi Sato <[EMAIL PROTECTED]> 2008-06-12 07:00:33 PST
---
ap_escape_logitem can accept NULL as the second argument.
server/util.c:
AP_DECLARE(char *) ap_escape_logitem(apr_pool_t *p, const char *str)
{
char *ret;
unsigned char *d;
const unsigned char *s;
if (!str) {
return NULL;
}
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]