r1820: added a strcmp_safe() that handles NULL pointers. Needed for the
authorAndrew Tridgell <tridge@samba.org>
Sat, 14 Aug 2004 05:57:43 +0000 (05:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:57:59 +0000 (12:57 -0500)
commitc900ebb3ac18d77ab334d3bf5259b3bba547b09c
tree31efff17ab2533fcaffd4888fb1aa96e7ca99077
parente53d32c65ab0751b3e01f4f699f5d0e1892369ae
r1820: added a strcmp_safe() that handles NULL pointers. Needed for the
search torture test, as some servers return really bad entries.
source/lib/util_str.c
source/torture/raw/search.c