]> wimlib.net Git - wimlib/commit
extract.c: Fix dereference of NULL in memory exhausted path
authorEric Biggers <ebiggers3@gmail.com>
Tue, 5 Aug 2014 01:57:03 +0000 (20:57 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 5 Aug 2014 01:57:53 +0000 (20:57 -0500)
commit24f13cb8e265b848c4633e0adb91d4f25a618743
tree88001de83c50cdda9dd0a1e66bf8964db700e7ed
parent105b46dcfa04b92674bf0c18f93f9438d8d9ef9a
extract.c: Fix dereference of NULL in memory exhausted path

found_lte can be NULL here if the call to new_lookup_table_entry()
failed.
src/extract.c