Wireshark-commits: [Wireshark-commits] lts-1.12.1 2fbc60f: When deccoding base-64, the result is th

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 24 Jan 2015 09:46:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2fbc60f12763f35226430885f448587b117fb87c
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark

Commits:

2fbc60f by Guy Harris (guy@xxxxxxxxxxxx):

    When deccoding base-64, the result is the length of the *decoded* result.
    
    That way, for example, format_text() calls on the decoded result don't
    go past the end of the decoded result.
    
    Fix some more indentation while we're at it.
    
    Conflicts:
    	epan/dissectors/packet-smtp.c
    
    Bug: 10823
    Change-Id: Iff40c89a2e5734b7f6a21ea8b654cb0869aac774
    Reviewed-on: https://code.wireshark.org/review/6225
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/6465
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  1bc3b8a   dec-dnart: use pinfo-scoped memory for addresses
    adds  2fbc60f   When deccoding base-64, the result is the length of the *decoded* result.


Summary of changes:
 epan/dissectors/packet-smtp.c |   87 +++++++++++++++++++++++++++--------------
 1 file changed, 57 insertions(+), 30 deletions(-)