libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit e618b3592d2ef8f1a12edd166a0e32f00f7b773b
parent 0269612694bcbc171810cd48dcea8e5cea0da2a1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 14 Aug 2010 21:09:20 +0000

fix

Diffstat:
Msrc/main/extractor.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/extractor.c b/src/main/extractor.c @@ -1854,6 +1854,8 @@ extract (struct EXTRACTOR_PluginList *plugins, case EXTRACTOR_OPTION_DISABLED: break; } + if (ppos == NULL) + break; ppos = ppos->next; } if (want_shm)