Wireshark-commits: [Wireshark-commits] master b9af5a5: proto.c: avoid corrupting stack when printin

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Feb 2015 03:23:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b9af5a5b329618467c3c930ac3dbc225e1f3ea6d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b9af5a5 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    proto.c: avoid corrupting stack when printing a 64 bits field in BASE_DEC_HEX or BASE_HEX_DEC format
    
    Bug: 10994
    Change-Id: Id5049054d5b04838df325f03a6bfa238a2063fb7
    Reviewed-on: https://code.wireshark.org/review/7329
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  770ac91   Qt: Fix a crash when changing the layout.
    adds  b9af5a5   proto.c: avoid corrupting stack when printing a 64 bits field in BASE_DEC_HEX or BASE_HEX_DEC format


Summary of changes:
 epan/proto.c |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)