Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daemon: Remove unused variables. | Richard W.M. Jones | 2012-03-12 | 1 | -1/+0 |
| | |||||
* | daemon: 9p: Close fd along error paths (found by Coverity). | Richard W.M. Jones | 2012-03-08 | 1 | -0/+2 |
| | | | | | | | | | Error: RESOURCE_LEAK: /builddir/build/BUILD/libguestfs-1.16.5/daemon/9p.c:130: open_fn: Calling opening function "open". /builddir/build/BUILD/libguestfs-1.16.5/daemon/9p.c:130: var_assign: Assigning: "fd" = handle returned from "open(filename, 0)". /builddir/build/BUILD/libguestfs-1.16.5/daemon/9p.c:142: leaked_handle: Handle variable "fd" going out of scope leaks the handle. /builddir/build/BUILD/libguestfs-1.16.5/daemon/9p.c:149: noescape: Variable "fd" is not closed or saved in function "read". /builddir/build/BUILD/libguestfs-1.16.5/daemon/9p.c:153: leaked_handle: Handle variable "fd" going out of scope leaks the handle. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | list-9p: Avoid double free along error path. | Richard W.M. Jones | 2011-07-12 | 1 | -1/+0 |
| | | | | This updates commit 5f10c3350338bbca735a74db26f98da968957bd9. | ||||
* | New API: mount-9p lets you mount 9p filesystems (RHBZ#714981). | Richard W.M. Jones | 2011-06-22 | 1 | -0/+57 |
| | | | | The updated patch makes 'options' into an optional parameter. | ||||
* | New API: list-9p lists 9p filesystem mount tags (RHBZ#714981). | Richard W.M. Jones | 2011-06-22 | 1 | -0/+170 |