Files
vpp/src/vlib
Benoît Ganne f7c30df4bb stats: fix use-after-free hash key string
Hash keys are not copied by the hash infrastructure, instead the pointer
is used directly. stat_segment_register_gauge() does not allocate a
private object for the key, causing issues when it is freed or reused.
Allocate a private object on insertion into the hashtable instead.

Type: fix
Fixes: 92e3082199

Change-Id: Ifb6addfcaec81bdb7ea3512050ce55f06ef09a4c
Signed-off-by: Benoît Ganne <bganne@cisco.com>
2019-07-22 10:11:32 +00:00
..
2019-05-16 16:11:23 +00:00
2019-05-16 16:11:23 +00:00
2019-06-20 03:36:54 +00:00
2019-03-12 19:09:47 +00:00
2019-05-10 21:50:34 +00:00
2019-03-13 14:00:30 +00:00
2019-07-08 07:51:29 +00:00
2019-07-08 07:51:29 +00:00
2019-05-24 08:25:57 +00:00
2019-02-25 19:30:18 +00:00
2019-05-17 21:04:24 +00:00
2019-05-24 08:25:57 +00:00