Wireshark-commits: [Wireshark-commits] master bf28bd4: [packet snort] Fix build on SuSE 11.4 packet
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf28bd4da3c163234dbdccf492601853b697073d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bf28bd4 by AndersBroman (anders.broman@xxxxxxxxxxxx):
    [packet snort] Fix build on SuSE 11.4
    packet-snort.c: In function snort_dissector:
    packet-snort.c:882: error: converted_content_length may be used
    uninitialized in this function
    packet-snort.c:882: note: converted_content_length was declared here
    packet-snort.c:880: error: content_offset may be used uninitialized in
    this function
    packet-snort.c:880: note: content_offset was declared here
    
    Change-Id: I8fb990492f31fc4ce942244005f547f3b3c9bba3
    Reviewed-on: https://code.wireshark.org/review/20335
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  4fdc16d   Docbook: Replace "OS X" with "macOS".
    adds  bf28bd4   [packet snort] Fix build on SuSE 11.4 packet-snort.c: In function snort_dissector: packet-snort.c:882: error: converted_content_length may be used uninitialized in this function packet-snort.c:882: note: converted_content_length was declared here packet-snort.c:880: error: content_offset may be used uninitialized in this function packet-snort.c:880: note: content_offset was declared here
Summary of changes:
 epan/dissectors/packet-snort.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)