On Mon, 21 Aug 2017 16:46:51 +0200 Phil Sutter <p...@nwl.cc> wrote: > If fopen() succeeded but len != PATH_MAX, the function leaks the open > FILE pointer. Fix this by checking len value before calling fopen(). > > Signed-off-by: Phil Sutter <p...@nwl.cc> > Acked-by: Daniel Borkmann <dan...@iogearbox.net>
Thanks, Applied