]> git.ipfire.org Git - thirdparty/squid.git/commit - lib/util.c
Added a default xmalloc and friends failure_notify handler used when the
authorhno <>
Sat, 19 Aug 2000 12:10:00 +0000 (12:10 +0000)
committerhno <>
Sat, 19 Aug 2000 12:10:00 +0000 (12:10 +0000)
commit5ac23588efbde650191fe610fe6c27261d451173
tree694b310e82e11168478417ce85cb4355dff2c600
parentb69f185ffa7cf987b82c14e924f7766d23f1046a
Added a default xmalloc and friends failure_notify handler used when the
main program hasn't installed one. These functions are used by more binaries
than the main Squid binary, and not all (only the squid binary) installs
a failure_notify handler. The others cause a SEGV when trying to call
the non-existant failure_notify handler..
lib/util.c