]> git.sesse.net Git - vlc/commit
Fix a bunch of potential segmentation faults:
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 14 Jan 2007 19:07:17 +0000 (19:07 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 14 Jan 2007 19:07:17 +0000 (19:07 +0000)
commita353bd1b608ba67703ce0cc7dd48b8d20df9b2c3
tree0c7e9974df2378df88089b8d9dd4e535619292f1
parent43ab467903aaaebdffd9709f2f3584e91655fb6d
Fix a bunch of potential segmentation faults:
 - out of bound read initially uncovered by sam,
 - also malloc() can really return NULL for arbitrary large alloc,
   return value MUST be checked.
modules/demux/asf/libasf.c