1 Aug
2013
1 Aug
'13
3:34 p.m.
On Thu, Aug 01, 2013 at 02:08:07PM +0200, Lars-Peter Clausen wrote:
When calling krealloc for the kcontrol data the items in the path list that point back to the head of the list will now point to freed memory, which causes the list to become corrupted. To fix this, instead of resizing the whole data struct, only resize the widget list.
Signed-off-by: Lars-Peter Clausen lars@metafoo.de
This is a slightly different version from what I posted before. It should still work but it would be good if somebody could test it.
Nope, it's still failing for me on top of -next I'm afraid.