Module Name: src Committed By: dholland Date: Wed Aug 3 16:21:52 UTC 2011
Modified Files: src/sys/fs/v7fs: v7fs_io_user.c Log Message: Insert casts to off_t to avoid 32-bit multiplication overflow when computing device offsets on 32-bit platforms. Should fix PR 45191. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/fs/v7fs/v7fs_io_user.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.