]> git.ipfire.org Git - thirdparty/newt.git/commit
checkboxtree: Don't NULL deref when an invalid array is specified
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 19 Mar 2010 12:53:44 +0000 (09:53 -0300)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 2 Apr 2010 09:55:22 +0000 (11:55 +0200)
commit311bd57ec72d2151688091a423526d1a4692b832
tree94cc667ed2c0b5eb834f87819b0393edbacf4ce3
parent42cd6115c8afbc13f90642b4d01a7860b1ec48dd
checkboxtree: Don't NULL deref when an invalid array is specified

Invalid in the sense of asking to append to some row that doesn't exist.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
checkboxtree.c