CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/03 13:51:16
Modified files:
lib/libfuse : fuse_subr.c
Log message:
It is better to check the asprintf return value for -1 instead of the
input buffer for NULL.
Found by adding __attribute((__warn_unused_result__)) to asprintf.
OK deraadt@
