Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/miscfs/procfs
Module Name: src
Committed By: christos
Date: Fri Sep 27 14:36:19 UTC 2019
Modified Files:
src/sys/miscfs/procfs: procfs_auxv.c procfs_cmdline.c procfs_limit.c
procfs_map.c
Log Message:
Instead of casting to size_t, cast to uintmax_t to prevent truncation
(pointed out by chuq). In all these cases uio_offset can't be negative.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/miscfs/procfs/procfs_auxv.c
cvs rdiff -u -r1.31 -r1.32 src/sys/miscfs/procfs/procfs_cmdline.c
cvs rdiff -u -r1.2 -r1.3 src/sys/miscfs/procfs/procfs_limit.c
cvs rdiff -u -r1.46 -r1.47 src/sys/miscfs/procfs/procfs_map.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