Wireshark-commits: [Wireshark-commits] master 09a7e8e: The string part of a NULL string is zero byt

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

Commits:

09a7e8e 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>
    

Actions performed:

    from  3cfd2bf   NGAP: fix compilation with gcc 8.1.1
    adds  09a7e8e   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(-)