extra checking on memory allocation sizes to prevent a class of overflow attacks
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 11 Sep 2007 04:49:56 +0000 (04:49 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 11 Sep 2007 04:49:56 +0000 (04:49 +0000)
commit0f008d2e9e33205f97d7c7146606e93bb85e2bff
treed9041a5c8edfd161d4fb1aa65e4ea9df96ca37a6
parent0221d87c896b6774e1ebbe43d43f66452701d766
extra checking on memory allocation sizes to prevent a class of overflow attacks
26 files changed:
src/flac/encode.c
src/flac/foreign_metadata.c
src/flac/main.c
src/libFLAC++/metadata.cpp
src/libFLAC/bitwriter.c
src/libFLAC/include/private/md5.h
src/libFLAC/md5.c
src/libFLAC/memory.c
src/libFLAC/metadata_iterators.c
src/libFLAC/metadata_object.c
src/libFLAC/ogg_helper.c
src/libFLAC/stream_decoder.c
src/libFLAC/stream_encoder.c
src/metaflac/operations.c
src/metaflac/options.c
src/metaflac/utils.c
src/plugin_common/charset.c
src/plugin_common/tags.c
src/plugin_winamp2/configure.c
src/plugin_winamp2/in_flac.c
src/plugin_winamp2/infobox.c
src/plugin_xmms/plugin.c
src/share/grabbag/picture.c
src/share/utf8/charset.c
src/share/utf8/iconvert.c
src/share/utf8/utf8.c