Wireshark-commits: [Wireshark-commits] master-1.10 5dbd5cf: isprint() -> g_ascii_isprint()

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Oct 2014 21:20:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5dbd5cfefcf01ea367bc13f1cff955e06a5dbb9a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

5dbd5cf by AndersBroman (anders.broman@xxxxxxxxxxxx):

    isprint() -> g_ascii_isprint()
    
    (cherry picked from commit 3157bf6ba5e4896b28316695ecd3a4659631c8c2)
    
    Change-Id: I0e4645b83289a4a12b7d1eaa275a17c411ebbfce
    Reviewed-on: https://code.wireshark.org/review/4789
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  12738a5   Fix potential invalid-reads in catapult files
    adds  5dbd5cf   isprint() -> g_ascii_isprint()


Summary of changes:
 epan/dissectors/packet-at.c        |    2 +-
 epan/dissectors/packet-ftp.c       |    2 +-
 epan/dissectors/packet-radius.c    |    2 +-
 epan/dissectors/packet-slimp3.c    |    4 ++--
 epan/dissectors/packet-ssl-utils.c |    2 +-
 epan/uat.c                         |    4 ++--
 ui/cli/tap-follow.c                |    2 +-
 wsutil/str_util.c                  |    2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)