Module Name: src Committed By: isaki Date: Thu Jan 12 14:24:53 UTC 2017
Modified Files: src/sys/arch/x68k/dev: fd.c Log Message: Fix the possibility of off-by-one on the grammer. Reported by coypu. Currently it never happens because type is (minor number % 7) and the arraycount of fd_types[] is 8. I.e., it is a dead code... However, when the capacity of the FDTYPE() changes or the arraycount of fd_types[] changes, this correction will be effective. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/arch/x68k/dev/fd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.