Wireshark-commits: [Wireshark-commits] master 053f47f: Don't assume the filter will be non-null.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Dec 2018 22:03:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=053f47fdefc9bcb36983129b77b7e1754d4304bb
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

053f47f by Guy Harris (guy@xxxxxxxxxxxx):

    Don't assume the filter will be non-null.
    
    There's no guarantee that sp->filter is non-null; if it's null, that
    means there's no filter.
    
    Bug: 15369
    Change-Id: I2a61db2e134aa70d30c2265b63aabf99c35e362e
    Reviewed-on: https://code.wireshark.org/review/31096
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0608117   Lua: Fix compilation with Lua 5.1.
     add  053f47f   Don't assume the filter will be non-null.


Summary of changes:
 ui/cli/tap-httpstat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)