pacman/src
Dan McGee 96f7613d15 Add some NULL checks into recently modified output functions
After a merge with master where some strings we print (such as descriptions)
could be NULL, a few segfaults popped up due to strlen() calls on null
pointers. Fix this by doing some preemptive checks and returning from
functions early if the string was null.

Signed-off-by: Dan McGee <dan@archlinux.org>
2008-02-24 01:17:17 -06:00
..
pacman Add some NULL checks into recently modified output functions 2008-02-24 01:17:17 -06:00
util testdb : fix wrong usage of checkdeps. 2007-12-21 11:05:44 -06:00