Brad Nicholes wrote:
No, I didn't change anything that would allow for anonymous shared memory. This should probably check for a NULL before calling apr_file_remove().
+ apr_file_remove(st->cache_file, ptemp);
Will this line segfault if ptempt is NULL? If not, then it should be fine. If so, we should probably test for NULLness first (as you recommend above).
Regards, Graham --
