* lib/commonio.c: Make sure there are no NULL pointer dereference.

This commit is contained in:
nekral-guest
2010-08-20 20:34:44 +00:00
parent 07e67e1350
commit 22294bfac8
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2010-08-20 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.c: Make sure there are no NULL pointer dereference.
2010-08-20 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/remove_tree.c: Ignore snprintf return value.