Bug 22168

Summary: Patch to sys/kern to add M_ZERO to appropriate malloc calls
Product: Base System Reporter: josh <josh>
Component: kernAssignee: dwmalone
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description josh 2000-10-21 00:20:00 UTC
	Patch to convert malloc/bzero calls to malloc(..., M_ZERO) calls, as per
	phk's email to freebsd-current.

	Changes were made with the goal of keeping the semantics of the code the
	same in mind. If there was any doubt, then the change was not made.

	The patch compiles cleanly, and appears to have had no ill effects.

Fix: Patch follows.

-----
How-To-Repeat: 
	N/A
Comment 1 dwmalone freebsd_committer freebsd_triage 2000-10-21 10:36:19 UTC
Responsible Changed
From-To: freebsd-bugs->dwmalone

I'll have a look at the patches from Robert and Josh - it shouldn't take 
too long to read and check they compile OK.
Comment 2 dwmalone freebsd_committer freebsd_triage 2000-12-24 16:28:23 UTC
State Changed
From-To: open->closed

Patches committed - thanks.