Bug 865 - bogus shmdt(2) call can crash system
Summary: bogus shmdt(2) call can crash system
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-12-04 02:00 UTC by nox
Modified: 1995-12-04 02:30 UTC (History)
0 users

See Also:


Attachments
file.diff (290 bytes, patch)
1995-12-04 02:00 UTC, nox
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nox 1995-12-04 02:00:08 UTC

How-To-Repeat: 
	#include <sys/shm.h>

	main () {
		shmdt(0);
	}
Comment 1 jkh freebsd_committer freebsd_triage 1995-12-04 02:29:53 UTC
State Changed
From-To: open->closed

Fix applied.