| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Compare unsigned values instead of subtracting them. | 2008-10-28 | 1 | -2/+3 | |
| | | | | | | | | Unsigned values do not return signed values when subtracted and the right operand is larger then the left operand. Signed-off-by: Dan Dennedy <dan@dennedy.org> | ||||
| * | Protect against resource leaks. | 2008-10-28 | 1 | -1/+3 | |
| | | | | | | Signed-off-by: Erik Hovland <erik@hovland.org> Signed-off-by: Dan Dennedy <dan@dennedy.org> | ||||
| * | Plug dir leak and initialize data structs | 2008-07-05 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | 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. | ||||
| * | Move the source code files in the juju directory into the src directory and | 2008-04-30 | 1 | -0/+1369 | |
| give them 'fw' names instead of 'juju.' | |||||
