Closed
Bug 785012
Opened 13 years ago
Closed 12 years ago
add __security_check_cookie to skiplist
Categories
(Socorro :: Infra, task)
Tracking
(Not tracked)
RESOLVED
FIXED
42
People
(Reporter: m_kato, Assigned: laura)
References
Details
https://crash-stats.mozilla.com/report/list?range_value=7&range_unit=days&date=2012-08-22&signature=__security_check_cookie&version=Thunderbird%3A14.0
__security_check_cookie is a stack protection by Microsoft compiler. When crash in __security_check_cookie, the code detects stack overrun.
about __security_check_cookie, see http://msdn.microsoft.com/en-US/library/aa290051%28v=VS.71%29.aspx.
Updated•13 years ago
|
![]() |
||
Comment 2•12 years ago
|
||
I think we can move forward with adding __security_check_cookie to the prefix list.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → laura
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/786346a1855260c942880e3836245995f699333e
Fixes bug 785012, add __security_check_cookie to the prefix skiplist
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → 42
You need to log in
before you can comment on or make changes to this bug.
Description
•