Emeric Brun 8d85aa44da BUG/MAJOR: map: fix segfault during 'show map/acl' on cli.
The reference of the current map/acl element to dump could
be destroyed if map is updated from an 'http-request del-map'
configuration rule or throught a 'del map/acl' on CLI.

We use a 'back_refs' chaining element to fix this. As it
is done to dump sessions.

This patch needs also fix:
'BUG/MAJOR: cli: fix custom io_release was crushed by NULL.'

To clean the back_ref and avoid a crash on a further
del/clear map operation.

Those fixes should be backported on mainline branches 1.7 and 1.6.

This patch wont directly apply on 1.6.
2017-06-30 06:49:42 +02:00
..
2017-01-06 11:57:44 +01:00
2017-06-02 11:06:36 +02:00
2009-01-25 13:49:53 +01:00
2017-04-28 18:58:11 +02:00
2017-03-14 11:14:03 +01:00
2017-06-27 14:38:02 +02:00