Module Name: src Committed By: njoly Date: Sat Feb 28 13:08:00 UTC 2015
Modified Files:
src/sys/compat/linux/common: linux_limit.h
Log Message:
When converting limits from linux32 (int32_t) to native (uint64_t),
cast it to unsigned first to avoid bad side effect for negative
values.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/compat/linux/common/linux_limit.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
