[vlc-devel] commit: correct realloc() usage, on failure realloc will return NULL ( Jean-Paul Saman )
git version control
git at videolan.org
Tue May 26 01:21:02 CEST 2009
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun May 24 19:46:56 2009 +0200| [ec5d86115480e2ba0f3b36b11c19570cbc75aa51] | committer: Jean-Paul Saman
correct realloc() usage, on failure realloc will return NULL
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec5d86115480e2ba0f3b36b11c19570cbc75aa51
---
src/control/media_list_path.h | 11 ++++++++---
src/extras/libc.c | 4 +++-
src/input/es_out.c | 25 ++++++++++++++++---------
src/input/input.c | 20 ++++++++++++--------
src/input/stream.c | 24 ++++++++++++++++--------
src/input/vlmshell.c | 6 +++++-
src/modules/entry.c | 2 +-
src/modules/modules.c | 7 +++++--
src/network/acl.c | 3 ++-
src/network/httpd.c | 9 +++++++--
src/network/io.c | 9 ++++++++-
src/playlist/fetcher.c | 6 ++++--
src/text/strings.c | 24 +++++++++++++++++-------
13 files changed, 104 insertions(+), 46 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=ec5d86115480e2ba0f3b36b11c19570cbc75aa51
More information about the vlc-devel
mailing list