Corrected several memory leaks and potential NULL pointer evaluations
in case of memory shortage. All reported by George Danchev.
This commit is contained in:
@ -42,7 +42,6 @@ libisofs_libisofs_la_SOURCES = \
|
||||
libisofs/stream.c \
|
||||
libisofs/filter.h \
|
||||
libisofs/filter.c \
|
||||
libisofs/filters/xor_encrypt.c \
|
||||
libisofs/filters/external.c \
|
||||
libisofs/filters/zisofs.c \
|
||||
libisofs/filters/gzip.c \
|
||||
@ -81,6 +80,10 @@ libisofs_libisofs_la_LIBADD= \
|
||||
libinclude_HEADERS = \
|
||||
libisofs/libisofs.h
|
||||
|
||||
|
||||
# This is a now obsolete demo filter
|
||||
# libisofs/filters/xor_encrypt.c
|
||||
|
||||
## ========================================================================= ##
|
||||
|
||||
## Build demo applications
|
||||
|
Reference in New Issue
Block a user