Wireshark-commits: [Wireshark-commits] master-2.4 7c3eae7: 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:04:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c3eae773784f4a2bf935b1f62f785c57737bc32
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark

Commits:

7c3eae7 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>
    (cherry picked from commit 053f47fdefc9bcb36983129b77b7e1754d4304bb)
    Reviewed-on: https://code.wireshark.org/review/31098
    

Actions performed:

    from  259b5de   Treat the strings for simple dialogs as UTF-8 on Windows.
     add  7c3eae7   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(-)