Re: [PATCH net 0/6] tools: bpftool: fix a minor issues with JSON and Makefiles

2017-11-29 Thread Daniel Borkmann
On 11/29/2017 02:44 AM, Jakub Kicinski wrote: > Quentin says: > > First commit in this series fixes a crash that occurs when incorrect > arguments are passed to bpftool after the `--json` option. It comes from > the usage() function trying to use the JSON writer, although the latter > has not been

[PATCH net 0/6] tools: bpftool: fix a minor issues with JSON and Makefiles

2017-11-28 Thread Jakub Kicinski
Quentin says: First commit in this series fixes a crash that occurs when incorrect arguments are passed to bpftool after the `--json` option. It comes from the usage() function trying to use the JSON writer, although the latter has not been created yet at that point. Other patches add destruction