2009-07-06 Pavel Roskin <proski@gnu.org>

* commands/search.c (search_fs): Fix potential NULL pointer
	dereference.
This commit is contained in:
proski 2009-07-07 03:05:01 +00:00
parent 4a11b60f10
commit 99f6804167
2 changed files with 9 additions and 4 deletions

View file

@ -1,5 +1,8 @@
2009-07-06 Pavel Roskin <proski@gnu.org>
* commands/search.c (search_fs): Fix potential NULL pointer
dereference.
* commands/search.c (search_fs): Replace QUID macro with quid_fn
function pointer.