Comment 6 for bug 1047885

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

cupsd crashed when re-loading the cupsd.conf file for a configuration change (probably on SIGHUP), simply on

fp = calloc(1, sizeof(cups_file_t))

where cups_file_t is a data structure with a size of ~8000 bytes.

This call should work when there is enough memory available and return NULL otherwise. Looks like a possible bug in libc.