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/src
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 Move the source code files in the juju directory into the src directory and 2008-04-30 14:37:28 -07:00
arm.c First cut at integrating juju 2008-04-23 17:44:36 -07:00
csr.h - Added FCP register addresses 1999-12-18 16:02:15 +00:00
dispatch.c Move the source code files in the juju directory into the src directory and 2008-04-30 14:37:28 -07:00
errors.c First cut at integrating juju 2008-04-23 17:44:36 -07:00
eventloop.c First cut at integrating juju 2008-04-23 17:44:36 -07:00
fcp.c First cut at integrating juju 2008-04-23 17:44:36 -07:00
fw-iso.c Plug dir leak and initialize data structs 2008-07-05 13:09:29 -07:00
fw.c Plug dir leak and initialize data structs 2008-07-05 13:09:29 -07:00
fw.h Move the source code files in the juju directory into the src directory and 2008-04-30 14:37:28 -07:00
ieee1394-ioctl.h added raw1394_read_cycle_timer, contributed by Pieter Palmers 2007-02-14 05:29:18 +00:00
ieee1394.h Added ieee1394.h header. 2000-11-22 23:12:56 +00:00
iso.c First cut at integrating juju 2008-04-23 17:44:36 -07:00
kernel-raw1394.h added raw1394_read_cycle_timer, contributed by Pieter Palmers 2007-02-14 05:29:18 +00:00
main.c First cut at integrating juju 2008-04-23 17:44:36 -07:00
raw1394.h libraw1394.sgml, raw1394.h: remove information about deprecated isochronous 2008-04-29 23:09:22 -07:00
raw1394_private.h Move the source code files in the juju directory into the src directory and 2008-04-30 14:37:28 -07:00
readwrite.c First cut at integrating juju 2008-04-23 17:44:36 -07:00
version.c reorganize and update documentation; fix compiler warning 2004-11-11 03:19:09 +00:00