]> git.ipfire.org Git - thirdparty/squid.git/commit - src/debug.cc
When I rewrote _db_print a few months ago I created a problem for
authorwessels <>
Tue, 18 Dec 2001 01:01:54 +0000 (01:01 +0000)
committerwessels <>
Tue, 18 Dec 2001 01:01:54 +0000 (01:01 +0000)
commit380de6f3d58dcd7dd070ae220c359678d89ddc3b
treeb6a2a6259f3c7252029f1d9673a54bb62b532cd8
parentd0294efbeb84b9490acf83cbcbd5abe3b1765a06
When I rewrote _db_print a few months ago I created a problem for
ctx_print().  _db_print_file() might be called recursively in the
stack and cause a coredump relating to varargs.    This patch moves
the ctx_print() call into _db_print() and before we start processing
the varargs stuff.
src/debug.cc