Wireshark-commits: [Wireshark-commits] master-2.6 7464dc4: The string part of a NULL string is zero

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 08 Jun 2018 21:06:10 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7464dc458899258d81003c37b21a23c91f3ceef7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

7464dc4 by Guy Harris (guy@xxxxxxxxxxxx):

    The string part of a NULL string is zero bytes long, not 4 bytes long.
    
    There aren't 4 bytes of 'N', 'U', 'L', and 'L' in the packet, so the
    length is *not* 4 bytes.
    
    Change-Id: I81331ef3f307dc65458da37e7d46e299eb7e727a
    Reviewed-on: https://code.wireshark.org/review/28149
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 09a7e8e863ac8a3b80a7a016b9943f815fc92367)
    Reviewed-on: https://code.wireshark.org/review/28150
    

Actions performed:

    from  6dc42ea   BT Common: fix dissection of 32 bits and 128 bits UUID
    adds  7464dc4   The string part of a NULL string is zero bytes long, not 4 bytes long.


Summary of changes:
 epan/dissectors/packet-mysql.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)