Wireshark-commits: [Wireshark-commits] master 6499a02: Color filters: Initialize a variable.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 4 Oct 2016 16:11:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6499a02395aea342508dae85f053afd9896dd073
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6499a02 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Color filters: Initialize a variable.
    
    Make sure temp_dfilter is initialized so that we don't end up freeing
    invalid memory.
    
    Change-Id: Id31969573690574846422b67c950188fd6ee4ef3
    Reviewed-on: https://code.wireshark.org/review/18066
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  c8143e2   Qt: add condition to compile without extcap.
    adds  6499a02   Color filters: Initialize a variable.


Summary of changes:
 epan/color_filters.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)