Wireshark-commits: [Wireshark-commits] master 41e93ea: checkAPIs: remove false	positive in shadow c
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=41e93ead25c0c316c1f4575ec7c0678a75bff697
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
41e93ea by Peter Wu (peter@xxxxxxxxxxxxx):
    checkAPIs: remove false positive in shadow check
    
    " strlen (" would match the shadow regex due to backtracking. Disable
    backtracking with the "possessive quantifier".
    
    Change-Id: If5d307fd61f252c41ad6d9b6104d2add1dfa63ae
    Reviewed-on: https://code.wireshark.org/review/13157
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  859e1ee   [dcm] set a reasonable return value if we need more data
    adds  41e93ea   checkAPIs: remove false positive in shadow check
Summary of changes:
 tools/checkAPIs.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)