Wireshark-commits: [Wireshark-commits] master-3.0 7901451: wsutil: Warn on empty arguments
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 02 Dec 2019 19:14:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=790145190507b039cd21935d4720d2ccfd8cf614
Submitter: "Tomasz Moń <desowin@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

7901451 by Tomasz Moń (desowin@xxxxxxxxx):

    wsutil: Warn on empty arguments
    
    Callers should not include empty strings in arguments list. Log warning
    message instead of silently dropping remaining arguments.
    
    Change-Id: Ia68c7b90cec860e032f81a4008aa005b07ebcfd5
    Ping-Bug: 15586
    Reviewed-on: https://code.wireshark.org/review/32849
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 1998de886cbeb5aceef017fe4c2d03e754a90bb9)
    Reviewed-on: https://code.wireshark.org/review/35288
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Tomasz Moń <desowin@xxxxxxxxx>
    

Actions performed:

    from  45e55cc   Release notes: The macOS installer ships with Qt 5.12.6.
     add  7901451   wsutil: Warn on empty arguments


Summary of changes:
 wsutil/ws_pipe.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)