Wireshark-commits: [Wireshark-commits] master e43ff89: recent.c: accept an UTF-8 string in read_set

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 19 Jun 2015 13:31:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e43ff89f5102702adc7d92b881733029033f6ee2
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e43ff89 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    recent.c: accept an UTF-8 string in read_set_recent_pair_dynamic() function
    
    Previous code was checking that the string was ASCII, which does not work when
    the recent capture files list contains non ASCII characters
    
    Change-Id: I1ea96035cca4b2aa2ea5061e7a4f98e78ac88f20
    Reviewed-on: https://code.wireshark.org/review/8965
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7ec7e43   Bluetooth: Coverity fixes
    adds  e43ff89   recent.c: accept an UTF-8 string in read_set_recent_pair_dynamic() function


Summary of changes:
 ui/recent.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)