freebsd-dev/lib/libjail
Jamie Gritton 49f903d5fc Fix some memory allocation errors:
* jail_setv will leak a parameter name if jailparam_import fails.
* jailparam_all loses the jailparam pointer on realloc error
  (a clear freshman mistake).
* If jailparam_init fails, the caller doesn't need to jailparam_free
  the buffer.  That's not really clear, so set things to NULL allowing
  jailparam_free to work without error (though it's still not required).
2012-10-04 19:07:05 +00:00
..
jail_getid.c Don't copy and return a potentially unset buffer when jail_get fails. 2010-07-15 19:21:33 +00:00
jail.3 mdoc: fix manlint warnings by unbreaking mdoc syntax 2010-10-08 12:39:49 +00:00
jail.c Fix some memory allocation errors: 2012-10-04 19:07:05 +00:00
jail.h Some jail parameters (in particular, "ip4" and "ip6" for IP address 2009-07-25 14:48:57 +00:00
Makefile Build lib/ with WARNS=6 by default. 2010-01-02 09:58:07 +00:00