]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Fixed crashes in timing_get_median() and timing_get_95th()
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 25 May 2016 16:56:47 +0000 (19:56 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 25 May 2016 16:56:47 +0000 (19:56 +0300)
commitb1d2b70ec68b787ab6701834f7649462e623320a
tree083b0d8e40c777e66508cde724b476c44ce95888
parent65da088073637abb8beac16ab6f19bc87f55a4cd
lib: Fixed crashes in timing_get_median() and timing_get_95th()

These were writing outside allocated memory. They weren't actually used
anywhere yet though.
src/lib/test-timing.c
src/lib/timing.c