This repository has been archived on 2022-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
libraw1394/tools
Philippe Troin 477b6eee6d Plug dir leak and initialize data structs
While trying to track down some crashes in kino, I found the following problems
with libraw1394:

 * There is a DIR* leak in raw1394_set_port().
 * Lots of data structures are not fully initialized when calling IEEE1394
   ioctl()s.  These cause valgrind errors (benign, as valgrind does not know
   how to interpret all ioctls.  However these also cause kino to crash in
   libraw1394.  I've added a bunch of memset()s to prevent this problem from
   happening.

Forward-ported to libraw1394 git tree by Jarod Wilson.
2008-07-05 13:09:29 -07:00
..
Makefile.am First cut at integrating juju 2008-04-23 17:44:36 -07:00
dumpiso.c bump version of isodump file 2004-11-19 02:15:15 +00:00
sendiso.c cleanup some compiler warnings 2006-04-09 02:25:22 +00:00
testlibraw.c Plug dir leak and initialize data structs 2008-07-05 13:09:29 -07:00