Project

General

Profile

Actions

Bug #3000

closed

usr.sbin/ndp/ndp.c: 2 * array index check in wrong place ?

Added by dcb about 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/31/2017
Due date:
% Done:

0%

Estimated time:

Description

1.

usr.sbin/ndp/ndp.c:1046]: (style) Array index 'i' is used before limits check.

Source code is

for (i = 0 ; DR.if_index && i < DRLSTSIZ ; i++) {

2.

usr.sbin/ndp/ndp.c:1210]: (style) Array index 'i' is used before limits check.

Duplicate.

Actions #1

Updated by dillon about 7 years ago

  • Status changed from New to Closed

Fix committed by swildner

Actions

Also available in: Atom PDF