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
..
2012-06-02 08:47:26 +00:00
2012-09-28 12:29:25 +00:00
2012-09-06 19:24:48 +00:00
2012-05-11 20:06:46 +00:00
2012-06-21 21:47:08 +00:00
2012-09-29 16:40:12 +00:00
2012-08-15 20:02:54 +00:00