Guy Harris
changed
bug 12341
What |
Removed |
Added |
Status |
CONFIRMED
|
IN_PROGRESS
|
Hardware |
x86-64
|
All
|
OS |
Ubuntu
|
All
|
Comment # 1
on bug 12341
from Guy Harris
Easily reproducible on my Mac - and, as the crash report comes from Crash
Reporter rather than ASAN, it actually has a non-worthless stack trace!
The MS-WSP dissector was allocating a big array for an array data type, before
bothering to check whether it could actually fetch the data for the big array.
It should check first, then allocate.
You are receiving this mail because:
- You are watching all bug changes.