Wireshark-commits: [Wireshark-commits] master 3e44854: Squelch array compared to NULL coverity even

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Feb 2016 05:06:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3e448549fceb28b9efa202ef5cbb43c2ba426841
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3e44854 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    Squelch array compared to NULL coverity events.
    
    Using code annotation to squelch detection by Coverity of use of macro
    parameter comparison to NULL, which we use to allow for leaving out
    strings if we don't have them.
    
    In this particular case it's happening in macro expansion.
    
    Change-Id: I5782c5891cab99860a9bae9519cf259359a09712
    Reviewed-on: https://code.wireshark.org/review/13858
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f00a500   Mark RPC fragments as such in the Protocol and Info columns.
    adds  3e44854   Squelch array compared to NULL coverity events.


Summary of changes:
 epan/dissectors/packet-gsm_a_common.h |    4 ++++
 1 file changed, 4 insertions(+)