Add some NULL checks into recently modified output functions
commit96f7613d15e46131bf8a4b93828ad70b041524d1
authorDan McGee <dan@archlinux.org>
Sun, 24 Feb 2008 07:17:17 +0000 (24 01:17 -0600)
committerDan McGee <dan@archlinux.org>
Sun, 24 Feb 2008 07:17:17 +0000 (24 01:17 -0600)
treef65e1b56d32519fa8c85e8339746f3a5b5e9d37b
parent105e01c8efcb3a27cb55cc5dd7bf15afbea80698
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>
src/pacman/callback.c
src/pacman/util.c