Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1487125 Details for
Bug 1625925
CVE-2018-16057 wireshark: Radiotap dissector crash
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch
wireshark-0009-CVE-2018-16057.patch (text/plain), 1.06 KB, created by
Michal Ruprich
on 2018-09-26 09:48:39 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michal Ruprich
Created:
2018-09-26 09:48:39 UTC
Size:
1.06 KB
patch
obsolete
>diff --git a/epan/dissectors/packet-ieee80211-radiotap-iter.c b/epan/dissectors/packet-ieee80211-radiotap-iter.c >index 56ca297434..4006637fb2 100644 >--- a/epan/dissectors/packet-ieee80211-radiotap-iter.c >+++ b/epan/dissectors/packet-ieee80211-radiotap-iter.c >@@ -131,6 +131,7 @@ int ieee80211_radiotap_iterator_init( > iterator->_bitmap_shifter = get_unaligned_le32(&radiotap_header->it_present); > iterator->_arg = (guint8 *)radiotap_header + sizeof(*radiotap_header); > iterator->_reset_on_ext = 0; >+ iterator->_next_ns_data = NULL; > iterator->_next_bitmap = &radiotap_header->it_present; > iterator->_next_bitmap++; > iterator->_vns = vns; >@@ -287,9 +288,14 @@ int ieee80211_radiotap_iterator_next( > } > if (!align) { > /* skip all subsequent data */ >+ if (!iterator->_next_ns_data) >+ return -EINVAL; > iterator->_arg = iterator->_next_ns_data; > /* give up on this namespace */ > iterator->current_namespace = NULL; >+ iterator->_next_ns_data = NULL; >+ if (!ITERATOR_VALID(iterator, 0)) >+ return -EINVAL; > goto next_entry; > } > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1625925
: 1487125