URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2d23bcdff64b34f5e9d1b9334a49271615b81f42
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
2d23bcd 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: Id42b1a5bce4d60e1b86cfc98179a8f14dd544b3f
Reviewed-on: https://code.wireshark.org/review/6230
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 38b911d Fix tpyo.
adds 2d23bcd When deccoding base-64, the result is the length of the *decoded* result.
Summary of changes:
epan/dissectors/packet-smtp.c | 107 +++++++++++++++++++++++------------------
1 file changed, 61 insertions(+), 46 deletions(-)