Wireshark-commits: [Wireshark-commits] master f8712ae: [Kerberos] Call to 'fseek()' without a check

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Aug 2015 15:10:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f8712aeeda620258b76efd753b5a493c8ecb5a9d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f8712ae by Bill Parker (wp02855@xxxxxxxxx):

    [Kerberos] Call to 'fseek()' without a check for a return value < 0,
    indicating failure.
    
    Bug: 11056
    
    Change-Id: Iaa6b7ca07626b78c77e3c1507726ec579764a582
    Reviewed-on: https://code.wireshark.org/review/10181
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  856bab6   LWM: fix compilation without libgcrypt
    adds  f8712ae   [Kerberos] Call to 'fseek()' without a check for a return value < 0, indicating failure.


Summary of changes:
 asn1/kerberos/packet-kerberos-template.c |    5 ++++-
 epan/dissectors/packet-kerberos.c        |   11 +++++++----
 2 files changed, 11 insertions(+), 5 deletions(-)