Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jan 2016 11:49:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 205834] rtadvd: accessing freed struct
Message-ID:  <bug-205834-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205834

            Bug ID: 205834
           Summary: rtadvd: accessing freed struct
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: cherepan@mccme.ru

The problem is in the rm_ifinfo function. If the ifi structure is freed at
https://svnweb.freebsd.org/base/head/usr.sbin/rtadvd/config.c?revision=3D28=
9750&view=3Dmarkup#l237
it is then accessed at
https://svnweb.freebsd.org/base/head/usr.sbin/rtadvd/config.c?revision=3D28=
9750&view=3Dmarkup#l246
and further.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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