Wireshark-commits: [Wireshark-commits] master 1b1de21: epan: Work around a p11-kit bug on Windows.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 01 Aug 2019 16:24:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b1de214c40bf3c35414dd01992bbc331663497e
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1b1de21 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    epan: Work around a p11-kit bug on Windows.
    
    The version of p11-kit that we ship with Windows will crash if we feed
    gnutls_pkcs11_add_provider an invalid path. Work around this by checking
    for the file's existence ourselves.
    
    Bug: 15957
    Change-Id: I81484b8bd8f837a49bc17a6c9cb0b10fd33c3f6e
    Reviewed-on: https://code.wireshark.org/review/34144
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  6b4264c   MAC-NR: Call RLC dissector for SRB LCIDs using defaults.
     add  1b1de21   epan: Work around a p11-kit bug on Windows.


Summary of changes:
 epan/secrets.c | 10 ++++++++++
 1 file changed, 10 insertions(+)