On Tue, 19 Aug 2014 18:13:09 -0700
Bill Spitzak wrote:
> Fail on trailing text after numbers, such as --width=100mm
>
> Fail on any text after booleans, such as --flag=false
>
> Also fixed reading of memory after the null terminator of a long
> option with no = sign in it.
> ---
> shared/optio
Fail on trailing text after numbers, such as --width=100mm
Fail on any text after booleans, such as --flag=false
Also fixed reading of memory after the null terminator of a long
option with no = sign in it.
---
shared/option-parser.c | 89 +---
1 fil