Tyler Retzlaff writes: > > On 5/21/2015 4:20 AM, matthew green wrote: > > "Tyler R. Retzlaff" writes: > >> Module Name: src > >> Committed By: rtr > >> Date: Thu May 21 02:04:22 UTC 2015 > >> > >> Modified Files: > >> src/sys/kern: subr_tftproot.c > >> src/sys/nfs: krpc_subr.c nfs_boot.c nfs_bootdhcp.c nfsdiskless.h > >> > >> Log Message: > >> change nfs_boot_sendrecv to take sockaddr_in * instead of mbuf * > >> > >> fixes m_serv (single mbuf leak) leak in kern/subr_tftproot.c > > > > nfs can be a module; does this require a version bump? > > I couldn't see how it could be used from a module sensibly so I opted > not to bump. > > But as you know with everything exported anything is possible. > > Would you like me to bump?
pxeboot can load nfs module -- infact, it does it by default. so yeah, this is actually a real problem :-) .mrg.
