Bug 186258 - [mps] Heap overrun in mps(4)
Summary: [mps] Heap overrun in mps(4)
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 9.2-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-scsi (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-29 22:10 UTC by wollman
Modified: 2016-08-22 16:54 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wollman 2014-01-29 22:10:00 UTC
If the kernel is not built with DEBUG_REDZONE, server crashes
deterministically during boot.  The buffer that is being overrun is
never freed, so redzone(9) never gets a chance to dump a stack trace
identifying where it was allocated.

Fix: 

Unknown.
How-To-Repeat: 
Try to boot 9-stable without DEBUG_REDZONE.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-02-03 10:48:43 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-scsi

Over to maintainer(s).