[PATCH 1/5] Add the field checking for missing value after opration

Steve Grubb sgrubb at redhat.com
Wed Aug 6 18:59:48 UTC 2008


On Wednesday 06 August 2008 04:12:42 Zhang Xiliang wrote:
>I think the missing value for -F should be checking. 
>
>For example,
>auditctl -a exit,always -F pid=

<snip>

> +       if (*v == NULL)
> +               return -20;

I changed these to (*v == 0) since it is a char and not a pointer. Thanks for 
the patch! Applied

-Steve




More information about the Linux-audit mailing list