Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2007 22:18:53 GMT
From:      Aaron Needles <aneedles@ieee.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/113958: bstp_update_state() routine in net/bridgestp.c misuse "bp" in loop
Message-ID:  <200706222218.l5MMIr23089838@www.freebsd.org>
Resent-Message-ID: <200706222220.l5MMK47F084142@freefall.freebsd.org>

index | next in thread | raw e-mail


>Number:         113958
>Category:       misc
>Synopsis:       bstp_update_state() routine in net/bridgestp.c misuse "bp" in loop
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 22 22:20:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Needles
>Release:        FreeBSD 6-STABLE (RELENG_6)
>Organization:
Schilling Robotics, LLC
>Environment:
N/A
>Description:
Source code issue.  Affect unknown.

Find bstp_update_state() routine in net/bridgestp.c

The following items...
bp->bp_role
bp->bp_synced

Should be changed to use bp2...
bp2->bp_role
bp2->bp_synced

.. otherwise, the code makes no sense.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706222218.l5MMIr23089838>