]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: i_stream_get_data() - Mark invalid buffer code path unlikely
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 11 Sep 2019 08:11:57 +0000 (11:11 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 13 Sep 2019 09:12:14 +0000 (09:12 +0000)
commited4e139c58cb949dae43a53d57a0790c38b95d95
tree5db2fe683187798cd1c7bdf4f53e42385c8ee070
parent2ecda9e16effa667a8e4d676db08e234dd13005b
lib: i_stream_get_data() - Mark invalid buffer code path unlikely

This really isn't expected to happen, so marking it unlikely optimizes
slightly callers that cause i_stream_get_data() to be called a huge number
of times.
src/lib/istream.c