]> git.tuebingen.mpg.de Git - osl.git/commit
osl_get_nth_row(): Always initialize result pointer.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 13 Jun 2015 18:47:33 +0000 (20:47 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 13 Jun 2015 18:47:33 +0000 (20:47 +0200)
commitb24e3c93a2faa94b138739d1b3e8b631f8123492
tree67889f609a46dd05970fa9411eadcb853287f384
parent952a0fe4afb455c8d719eb920b9e3983405af3ec
osl_get_nth_row(): Always initialize result pointer.

We buy into Postel's prescription and try to be liberal in what we
accept, and conservative in what we send. This patch makes sure the
result pointer is set to NULL on failure, and documents this fact.
osl.c
osl.h.in