Confirmed users
571
edits
(→How to file a security bug: add keywords for security bugs) |
|||
Line 82: | Line 82: | ||
In the example above, the bug should be filed for the second failure line: “SUMMARY: AddressSanitizer: use-after-poison (...)” | In the example above, the bug should be filed for the second failure line: “SUMMARY: AddressSanitizer: use-after-poison (...)” | ||
<br /> | <br /> | ||
Examples what to file as security bugs: | |||
* access-violation | |||
* bad-malloc_usable_size | |||
* heap-buffer-overflow | |||
* heap-use-after-free | |||
* stack-buffer-underflow | |||
* use-after-poison | |||
The bug should be filed manually from '''Bugzilla''', and <span style="color:#FF0000">'''not'''</span> from '''Treeherder.''' | The bug should be filed manually from '''Bugzilla''', and <span style="color:#FF0000">'''not'''</span> from '''Treeherder.''' | ||
How to file such a bug: | How to file such a bug: |