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-05-28 19:47:56 +00:00
2012-08-23 17:08:07 +00:00
2012-07-30 14:47:35 +00:00
2012-05-11 20:06:46 +00:00
2012-10-04 04:15:18 +00:00
2012-08-25 13:15:44 +00:00
2012-05-15 22:47:34 +00:00
2012-06-12 17:14:19 +00:00
2012-06-11 15:40:57 +00:00
2012-08-29 18:49:41 +00:00
2012-09-27 05:26:29 +00:00
2012-07-24 16:03:28 +00:00
2012-09-14 13:00:43 +00:00
2012-06-02 08:47:26 +00:00
2012-06-08 12:09:00 +00:00
2012-10-04 19:07:05 +00:00
2012-06-12 20:24:57 +00:00
2012-09-10 08:16:45 +00:00
2012-09-11 22:38:33 +00:00
2012-05-17 10:11:18 +00:00
2012-06-01 03:59:08 +00:00
2012-09-28 12:29:25 +00:00
2012-05-14 05:12:56 +00:00
2012-09-06 19:24:48 +00:00
2012-09-07 02:38:07 +00:00
2012-09-04 05:51:50 +00:00
2012-05-11 20:06:46 +00:00
2012-06-06 08:07:47 +00:00
2012-10-03 10:06:48 +00:00
2012-05-11 20:06:46 +00:00
2012-08-27 03:09:39 +00:00
2012-08-13 18:10:52 +00:00
2012-09-20 18:56:27 +00:00
2012-09-12 11:41:03 +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