mono has an executable stack on 32bit
Bug #408499 reported by
Kees Cook
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mono (Debian) |
New
|
Unknown
|
|||
mono (Gentoo Linux) |
Won't Fix
|
Medium
|
|||
mono (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned | ||
mono (openSUSE) |
Invalid
|
Medium
|
Bug Description
Binary package hint: mono
mono lacks stack markings on mono/mini/
https:/
ProblemType: Bug
Architecture: i386
Date: Mon Aug 3 18:33:32 2009
DistroRelease: Ubuntu 9.10
Package: mono-runtime 2.4+dfsg-5ubuntu1
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: mono
Uname: Linux 2.6.31-4-generic i686
Related branches
Changed in mono (Gentoo Linux): | |
status: | Unknown → Confirmed |
Changed in mono (openSUSE): | |
status: | Unknown → Confirmed |
Changed in mono (openSUSE): | |
status: | Confirmed → Invalid |
visibility: | private → public |
description: | updated |
summary: |
- mono has a needlessly executable stack + mono has an executable stack |
Changed in mono (Debian): | |
status: | Unknown → New |
Changed in mono (Gentoo Linux): | |
status: | Confirmed → Won't Fix |
Changed in mono (Gentoo Linux): | |
importance: | Unknown → Medium |
security vulnerability: | yes → no |
Changed in mono (Ubuntu): | |
importance: | Medium → Wishlist |
summary: |
- mono has an executable stack + mono has an executable stack on 32bit |
Changed in mono (openSUSE): | |
importance: | Unknown → Medium |
To post a comment you must log in.
This has came up when I was looking at the biuld system mono uses.
I'm not sure I classified this bug correctly.
The problem is: mdb-debug- info64. s did receive a fix to mdb-debug- info32. s
in revision 69955, mono/mini/
prevent that executable from getting an executable stack,
but my question is: what was the reason mono/mini/
didn't receive same fix ?