]> git.ipfire.org Git - thirdparty/bind9.git/commit
pullup:
authorBrian Wellington <source@isc.org>
Mon, 21 May 2001 21:31:39 +0000 (21:31 +0000)
committerBrian Wellington <source@isc.org>
Mon, 21 May 2001 21:31:39 +0000 (21:31 +0000)
commitd40a51645898b207edbc76d65e4553eb3fdc8438
tree158863f4e8bc58ef52d1f5c300eb3e3c0a9e8fb7
parent61e6c6b9acfdb9799d38ead6d0e3fbaf33c53fc1
pullup:
isc_print_vsnprintf() could throw an assertion failure when
given a %lld format, causing a deadlock when logging the assertion if invoked
from the logging system.  Since the %qd format does not have the bug, this only
affects platforms where the native quad format is %lld and that lack a native
vsnprintf().  The only known such platform is SunOS 5.5.1. [RT #1312]
lib/isc/print.c