Wireshark-commits: [Wireshark-commits] master 9241233: No need to check for a UTF-16 string's lengt

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Jun 2018 00:39:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=92412335d195129b1df593030eeaae38f43ad6d7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9241233 by Guy Harris (guy@xxxxxxxxxxxx):

    No need to check for a UTF-16 string's length being a multiple of 2.
    
    utf_16_to_utf_8() just ignores the extra octet.
    
    Change-Id: I7bf003b674e5d9b0fb0265b0e8c6c142107084e3
    Reviewed-on: https://code.wireshark.org/review/28277
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3df05f3   Fix indentation.
    adds  9241233   No need to check for a UTF-16 string's length being a multiple of 2.


Summary of changes:
 wiretap/netmon.c | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)