Kristof Provost
98a9874f7b
pf: Fix a crash in low-memory situations
...
If the call to pf_state_key_clone() in pf_get_translation() fails (i.e. there's
no more memory for it) it frees skp. This is wrong, because skp is a
pf_state_key **, so we need to free *skp, as is done later in the function.
Getting it wrong means we try to free a stack variable of the calling
pf_test_rule() function, and we panic.
2017-03-06 23:41:23 +00:00
..
2017-03-06 18:20:37 +00:00
2017-03-05 15:34:32 +00:00
2017-02-15 14:56:47 +00:00
2017-03-06 09:34:31 +00:00
2017-03-03 20:51:57 +00:00
2017-03-02 23:23:28 +00:00
2017-03-06 18:11:38 +00:00
2017-03-05 03:05:24 +00:00
2017-03-03 18:56:15 +00:00
2017-01-28 02:22:15 +00:00
2017-02-28 23:42:47 +00:00
2017-03-06 19:39:31 +00:00
2017-03-05 03:05:24 +00:00
2017-02-28 20:51:20 +00:00
2017-03-03 14:17:07 +00:00
2017-03-06 18:20:37 +00:00
2017-02-28 23:42:47 +00:00
2017-03-06 22:32:56 +00:00
2017-03-01 02:07:51 +00:00
2017-03-02 17:09:14 +00:00
2017-03-06 04:16:35 +00:00
2017-03-01 18:37:35 +00:00
2017-03-03 01:06:27 +00:00
2017-01-20 00:02:11 +00:00
2017-03-06 04:01:58 +00:00
2017-03-06 04:01:58 +00:00
2017-02-18 19:53:37 +00:00
2017-03-06 23:41:23 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-05 00:32:12 +00:00
2017-02-28 23:42:47 +00:00
2016-11-22 00:41:24 +00:00
2017-02-28 23:42:47 +00:00
2017-03-05 07:13:29 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-03-05 07:46:48 +00:00
2017-01-15 17:54:01 +00:00
2017-01-28 02:22:15 +00:00