Code

src/liboping.c: Catch NULL pointers passed to public functions.
authorSebastian Harl <sh@tokkee.org>
Fri, 17 Jul 2009 12:41:12 +0000 (14:41 +0200)
committerFlorian Forster <sifnfors@stud.informatik.uni-erlangen.de>
Fri, 17 Jul 2009 12:48:16 +0000 (14:48 +0200)
commit9ae85a09d919777c9be52e55b23c08bf2c8c1d0e
treeaf575e97fe4d259a879ef8a2824a4993bd0cf933
parent50aa4bdd8d3fa7a7e2737622a7238d2e5e82d0da
src/liboping.c: Catch NULL pointers passed to public functions.

Libraries should not segfault - ever - no matter what a user is doing and how
stupid that might be.
src/liboping.c