Wireshark-commits: [Wireshark-commits] master-3.0 bded958: LSD: Fix valid headers being marked as m

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 07 Aug 2019 11:16:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bded958afedc5ab0a1a01861d594fb8a84c62c59
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

bded958 by Daniel Kamil Kozar (dkk089@xxxxxxxxx):

    LSD: Fix valid headers being marked as malformed
    
    Due to a change in the meaning of wmem_strsplit's max_tokens argument, the
    returned field_and_value[1] was always null, causing the dissector code to
    mistakenly mark it as malformed.
    
    Bug: 15971
    Change-Id: Ifea9e3bf8ec6e18646fb83bc85661a143ce0126b
    Reviewed-on: https://code.wireshark.org/review/33511
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 92d0a67f4ea9ff454397ae423a9882c3b493e77b)
    Reviewed-on: https://code.wireshark.org/review/34201
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b190a15   Qt: Fix indentation
     add  bded958   LSD: Fix valid headers being marked as malformed


Summary of changes:
 epan/dissectors/packet-lsd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)