1 Aug
2013
1 Aug
'13
8:45 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.
Applied, thanks - in conjunction with your fix for the list_empty() check this now boots fine for me.