Brian Behlendorf 1e49b288cb cppcheck: (error) Null pointer dereference: who_perm
As indicated by the VERIFY the local who_perm variable can never
be NULL in parse_fs_perm().  Due to the existence of the is_set
conditional, which is always true, cppcheck 1.88 was reporting
a possible NULL reference.  Resolve the issue by removing the
extraneous is_set variable.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #9732
2019-12-18 17:25:23 -08:00
..
2019-08-30 09:43:30 -07:00
2019-10-02 10:39:48 -07:00
2019-08-30 09:43:30 -07:00
2019-10-03 10:20:44 -07:00
2017-07-25 13:22:03 -04:00
2019-11-01 10:31:42 -07:00
2019-10-02 10:39:48 -07:00