From 1335ec42794cf5007bdab487423aef15358637a2 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 26 Aug 2013 15:32:13 +0200 Subject: Don't free struct clsrvconf members rewritein and rewriteout. They are pointers into static struct hash *rewriteconfs and should live forever. Patch by Fabian Mauchle. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a164a7..d43d5b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ Bug fixes: - The duplication cache is purged properly. Patch by Fabian Mauchle. + - Stop freeing a shared piece of memory manifesting itself as a + crash when using dynamic discovery. Patch by Fabian Mauchle. 2012-10-25 1.6.2 Bug fixes (security): -- cgit v1.1