]> git.ipfire.org Git - thirdparty/json-c.git/commit
fix regression from 2d549662be832da838aa063da2efa78ee3b99668 209/head
authorRainer Gerhards <rgerhards@adiscon.com>
Thu, 19 Nov 2015 10:05:15 +0000 (11:05 +0100)
committerRainer Gerhards <rgerhards@adiscon.com>
Thu, 19 Nov 2015 10:05:15 +0000 (11:05 +0100)
commit36610fb6977dc430cd3b7fe26e82f774ba21cf81
treef7b69475e04dbc50221535aeb97f1a1751073ce4
parentc97bbd37972bd6e0ec9163a15db30b0159261be1
fix regression from 2d549662be832da838aa063da2efa78ee3b99668

That commit introduced read-only keys, but when the hash table
was resized, that attribute was not preserved. This resulted in
an invalid free at time of table destruction.
linkhash.c