Bug 22186

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

Description josh 2000-10-21 15:10:01 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 20:02:35 UTC
Responsible Changed
From-To: freebsd-bugs->dwmalone

I'm looking at these.
Comment 2 dwmalone freebsd_committer freebsd_triage 2000-12-24 16:28:23 UTC
State Changed
From-To: open->closed

Patches committed - thanks.
Comment 3 dwmalone freebsd_committer freebsd_triage 2000-12-24 16:28:23 UTC
State Changed
From-To: open->closed

Patches committed - thanks.