URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ae027ecd7cf2c7f35c9d7d710004b2199954c79e
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ae027ec by Pascal Quantin (pascal.quantin@xxxxxxxxx):
NDPS: fix V535 warnings reported by PVS-Studio
The variable 'ii' is being used for this loop and for the outer loop.
Change-Id: I3e6e0e390a646fac62fd46ebf9dcdc56070f7609
Reviewed-on: https://code.wireshark.org/review/8820
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 093aebf H248: fix V712 warning reported by PVS-Studio
adds ae027ec NDPS: fix V535 warnings reported by PVS-Studio
Summary of changes:
epan/dissectors/packet-ndps.c | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)