Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/mount
Module Name: src
Committed By: christos
Date: Sun Jun 26 21:43:33 UTC 2005
Modified Files:
src/sbin/mount: vfslist.c vfslist.h
Log Message:
Don't abuse writing to const strings. We can pass const strings to this,
and we write to them. Allocate memory instead.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sbin/mount/vfslist.c
cvs rdiff -r1.3 -r1.4 src/sbin/mount/vfslist.h
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