Wireshark-commits: [Wireshark-commits] master-1.10 d939342: Use g_ascii_isalnum() rather than isaln
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Oct 2014 18:19:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d93934207b5381c52d44d44e4b3540d9cdae19af
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

d939342 by Guy Harris (guy@xxxxxxxxxxxx):

    Use g_ascii_isalnum() rather than isalnum().
    
    Only *ASCII* alphanumerics are allowed in filterable field names, so use
    g_ascii_isalnum() to check for them.  That avoids issues with characters
    with the 8th bit set and avoids locale-dependent behavior.
    
    Change-Id: I4e3c4eec907f5e576629229fcf154fcf728b7a2e
    Reviewed-on: https://code.wireshark.org/review/4973
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 8ea4df97e052f3fb0af3336990f2bef6d882b258)
    Reviewed-on: https://code.wireshark.org/review/4975
    

Actions performed:

    from  1b956b7   Add enumerated value 639 to vals_parm_PID.
    adds  d939342   Use g_ascii_isalnum() rather than isalnum().


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