URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2cc82bfa04eb57771ffd4bfbb402a5a6835fba1c
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
2cc82bf 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 438056126fdc4f0abf6f85622877eed044dc31a8)
Reviewed-on: https://code.wireshark.org/review/31097
Actions performed:
from 14e07e0 Treat the strings for simple dialogs as UTF-8 on Windows.
add 2cc82bf 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(-)