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 ip segfault when using --color switch
>   color: Cleanup code to remove "magic" offset + 7
>   color: Rename enum
> 
>  include/color.h  |  3 +--
>  include/json_print.h |  2 +-
>  lib/color.c  | 17 ++---
>  3 files changed, 12 insertions(+), 10 deletions(-)
> 

Applied, Thans Petr


[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
  color: Rename enum

 include/color.h  |  3 +--
 include/json_print.h |  2 +-
 lib/color.c  | 17 ++---
 3 files changed, 12 insertions(+), 10 deletions(-)

-- 
2.14.2