Module Name: src Committed By: bad Date: Sun Jan 20 21:26:13 UTC 2019
Modified Files: src/sys/kern: subr_tftproot.c Log Message: tftproot_getfile(): return E2BIG when bootfile is to long. tftproot_getfile() must return something != 0 to indicate error when the bootfile is to long. error just got set to 0 when nfs_boot_setrecvtimo() was called. found during code review. compile tested only. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/kern/subr_tftproot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.