]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
aft: Avoid NULL pointer dereference.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 16 Oct 2020 13:49:47 +0000 (15:49 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 1 Jan 2021 15:07:39 +0000 (16:07 +0100)
osl_get_object() must not be called with a NULL row pointer. Currently
this may happen on blob events. This patch avoids the problem and
makes sure we catch this programming error early.


No differences found