Re: [iproute PATCH] ipaddress: Fix segfault in 'addr showdump'
From: Phil Sutter <phil@nwl.cc> Date: 2017-09-13 09:13:02
On Tue, Sep 12, 2017 at 04:58:12PM +0200, Phil Sutter wrote:
Obviously, 'addr showdump' feature wasn't adjusted to json output
support. As a consequence, calls to print_string() in print_addrinfo()
tried to dereference a NULL FILE pointer.
Please ignore this patch - it generates incorrect json output. I'll send
a v2 which fixes that.
Thanks, Phil