]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: buffer_free() - Check for buf==NULL before using container_of()
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 4 Oct 2021 11:42:54 +0000 (14:42 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 5 Oct 2021 09:57:30 +0000 (09:57 +0000)
commita037ede37f97729665387cdec0018314ecfdedb3
tree800e36b6f766c7c10ec88ca1049bdf57cf7f4d9f
parentecaaa728c706d1d313972a06c58875f0645627db
lib: buffer_free() - Check for buf==NULL before using container_of()

Helps with static analyzer complaints.
src/lib/buffer.c