Wireshark-commits: [Wireshark-commits] master b394aa5: QCustomPlot: fix division(or modulo) by zero
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Apr 2015 05:56:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b394aa5f1e4ad030ab23d18b439e8f5c9eca9792
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b394aa5 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    QCustomPlot: fix division(or modulo) by zero found by Clang and Coverity (CID 1159170 & 1159171)
    
    Change-Id: Iba9317436983bb4b3730be8b80e7b9c107ffc3a9
    Reviewed-on: https://code.wireshark.org/review/8112
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fbe39ce   openSAFETY: Implementing a tap interface
    adds  b394aa5   QCustomPlot: fix division(or modulo) by zero found by Clang and Coverity (CID 1159170 & 1159171)


Summary of changes:
 ui/qt/qcustomplot.cpp |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)