URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3f284fbca4ca5bed2ce93acdca6e96b83fc2cd53
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3f284fb by Pascal Quantin (pascal.quantin@xxxxxxxxx):
USB: do not put usb_address_t structure on stack and initialize it completely (including implicit padding for alignment)
Bug: 10857
Change-Id: Ib8339a5dc1c9461e681e0015c3f851c642f300c9
Reviewed-on: https://code.wireshark.org/review/6560
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 1e8c6ee Update a comment
adds 3f284fb USB: do not put usb_address_t structure on stack and initialize it completely (including implicit padding for alignment)
Summary of changes:
epan/dissectors/packet-usb.c | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)