On Fri, Oct 12, 2018 at 05:23:24PM +0200, Phil Sutter wrote:
> Since handle->family is unsigned, checking for value < 0 never yields
> true. Overcome this by changing parse_family() to return an error code
> and write the parsed family value into a pointer passed as parameter.
> 
> The above change required a bit more cleanup to avoid passing pointers
> to signed variables to the function. Also leverage json_parse_family() a
> bit more to reduce code side.

Also applied, thanks.

Reply via email to