https://bz.apache.org/bugzilla/show_bug.cgi?id=64049
--- Comment #1 from Yann Ylavic <[email protected]> --- I think we'd better use ap_malloc() here (and everywhere malloc/calloc() is used) than returning an error (what could the caller do?). ap_malloc() will abort() the process in case of failure, which is how httpd usually handles memory allocations failures. -- 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]
