Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/librefuse



Module Name:    src
Committed By:   christos
Date:           Thu May 17 01:55:43 UTC 2007

Modified Files:
        src/lib/librefuse: fuse.h fuse_opt.h refuse.c refuse_opt.c

Log Message:
More fixes:
- make sure that the args array is NULL terminated.
- make sure argc is initialized and argv is set to NULL after freeing.
- make the deep copy function an opt interface function.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/lib/librefuse/fuse.h
cvs rdiff -r1.3 -r1.4 src/lib/librefuse/fuse_opt.h
cvs rdiff -r1.55 -r1.56 src/lib/librefuse/refuse.c
cvs rdiff -r1.10 -r1.11 src/lib/librefuse/refuse_opt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index