]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: DEBUG: Fix potential crash in handling "Growing data stack" debug message
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 9 Mar 2020 09:11:04 +0000 (11:11 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 1 Jun 2021 10:44:55 +0000 (10:44 +0000)
commitc38df6196d38e37a8bb6c517fb03afe59e30f6d2
tree27bb79bde78da979a5317e578cd5105689381154
parent4784a79d09d8fa0d38496d983264703fe0357716
lib: DEBUG: Fix potential crash in handling "Growing data stack" debug message

This could have only happened when data_stack_grow event was enabled and
when --enable-devel-checks was used.
src/lib/data-stack.c
src/lib/test-data-stack.c