]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitcb2bcdde7424805b9f62c152ec6dd2a1c4a68a97
tree80a83ee6072190156884d094a594197ca7ff5e13
parent23913cbbfc98f6c7454ffb7b849df2d0b5b67c29
aft: Avoid NULL pointer dereference.

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.
aft.c