CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/02 07:55:37
Modified files:
lib/libfuse : fuse.c
Log message:
Check if the arguments are NULL instead of dereferencing them blindly.
Delete incorrect "unused" keyword and remove redundant variables due
to missing NULL checks.
>From Helg Bredow.
