https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225626
Brooks Davis <bro...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bro...@freebsd.org Resolution|--- |Works As Intended Status|New |Closed --- Comment #1 from Brooks Davis <bro...@freebsd.org> --- I'd agree it's pointless, but there's seriously nothing wrong with the fix other than making a path that isn't performance relevant slightly slower. If you want to submit a patch that would likely be fine. Bug reports aren't the places for this discussion. Note that memset should be used in preference to bzero as the compiler should be able to elide most of the cost of the memset since it can emit it inline and then delete the dead stores. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"