https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258504
John Baldwin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] CC| |[email protected] --- Comment #1 from John Baldwin <[email protected]> --- I think there is also a bug in that smb_t2_placedata assumes that the last mbuf in the chain is large enough to contain all of the bits to be discarded. I've replaced that with a call to m_adj() with a negative length which trims from the end while handling this case. I have not yet tested a potential fix as setting up samba is a bit more work than some of the other bugs. If it is not easy to test potential fix locally I can work on recreating the testing setup to test. https://reviews.freebsd.org/D41229 -- You are receiving this mail because: You are the assignee for the bug.
