Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master bac9b5b: Fix lrexlib.c clang static analyzer warning

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 15 Mar 2014 08:19:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bac9b5b6fdfb9d3f306bb65f6509dce7144e82ad
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bac9b5b by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Fix lrexlib.c clang static analyzer warning
    
    This fixes a "Argument with 'nonnull' attribute passed null" warning
    generated by the clang static analyzer.  It's a false positive, but
    easy to remedy.
    
    Change-Id: Id737d1ac29765ed26a416c5cd13bedafee478fb6
    Reviewed-on: https://code.wireshark.org/review/661
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f75f1d5   Fix README.heuristic wording to Bill Meier's correction
    adds  bac9b5b   Fix lrexlib.c clang static analyzer warning


Summary of changes:
 epan/wslua/lrexlib.c |    3 +++
 1 file changed, 3 insertions(+)