On Fri, Sep 30, 2016 at 2:14 PM, Johannes Thumshirn <jthumsh...@suse.de> wrote:
> If krealloc() fails there's no way of freeing the memory previously allocated > for pctl->functions as it is overwritten by krealloc()'s return value. Fix > this by assigning the return value to a temporary variable first so we can do > error handling (which we didn't do at all before). > > Signed-off-by: Johannes Thumshirn <jthumsh...@suse.de> Patch applied. Yours, Linus Walleij