27/10/2017 17:08, Jastrzebski, MichalX K:
> >
> > Unsuccesfull memory allocation for elements inside cfgfile
> > structure could result in resource leak.
> > Fixed by pointer verification after each malloc,
> > if malloc fail - error branch is proceeded with freeing memory.
> >
> > Coverity issue: 195032
> > Fixes: d4cb8197589d ("cfgfile: support runtime modification")
> > Cc: [email protected]
> > Cc: [email protected]
No need to Cc stable for bugs introduced in current release.
> > Signed-off-by: Jacek Piasecki <[email protected]>
>
> Acked-by: Michal Jastrzebski <[email protected]>
Applied, thanks