Re: [PATCH iproute2 v2 0/4] Fix ip segfault when using --color switch

2017-10-16 Thread Stephen Hemminger
On Fri, 13 Oct 2017 15:57:15 +0200 Petr Vorel wrote: > Hi Stephen, > > I cleanup code not to use magic offsets. I kept it in separate commits, > as it's clearer what happened. > > Petr Vorel (4): > color: Fix ip segfault when using --color switch > color: Fix another

[PATCH iproute2 v2 0/4] Fix ip segfault when using --color switch

2017-10-13 Thread Petr Vorel
Hi Stephen, I cleanup code not to use magic offsets. I kept it in separate commits, as it's clearer what happened. Petr Vorel (4): color: Fix ip segfault when using --color switch color: Fix another ip segfault when using --color switch color: Cleanup code to remove "magic" offset + 7