Wireshark-commits: [Wireshark-commits] master 590ad8d: wsutil: Replace disallowed filename characte

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 06 Jan 2020 21:35:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=590ad8d8ff4477ebe1c60fbaf3d7db79d9e05393
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

590ad8d by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    wsutil: Replace disallowed filename characters to '-'
    
    Revert the removal of replacing disallowed filename characters in
    create_tempfile() to allow this characters in extcap interface names.
    
    This is a regression from g2925fb08.
    
    Change-Id: I833d1d19080c9c688dcaf076a840f55ef31e457d
    Reviewed-on: https://code.wireshark.org/review/35669
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7a09c78   NSIS: Don't package .pdb files.
     add  590ad8d   wsutil: Replace disallowed filename characters to '-'


Summary of changes:
 wsutil/tempfile.c | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)