Page MenuHomeFreeBSD

Fix a possible refcount leak in regen_tmpaddr().
ClosedPublic

Authored by markj on Apr 8 2015, 5:18 AM.
Tags
None
Referenced Files
F101912437: D2253.diff
Tue, Nov 5, 1:05 PM
Unknown Object (File)
Sep 24 2024, 11:25 PM
Unknown Object (File)
Sep 24 2024, 8:51 AM
Unknown Object (File)
Sep 24 2024, 3:34 AM
Unknown Object (File)
Sep 24 2024, 2:59 AM
Unknown Object (File)
Sep 23 2024, 1:58 AM
Unknown Object (File)
Sep 22 2024, 6:39 PM
Unknown Object (File)
Sep 19 2024, 11:54 PM
Subscribers

Details

Summary

public_ifa6 may be set to NULL after taking a reference to a previous
element of the address list. Instead, only take the reference once we've
left the loop, but before releasing the address list lock.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

markj retitled this revision from to Fix a possible refcount leak in regen_tmpaddr()..
markj edited the test plan for this revision. (Show Details)
markj updated this object.
ae edited edge metadata.
This revision is now accepted and ready to land.Apr 9 2015, 8:52 AM
markj updated this revision to Diff 4799.

Closed by commit rS281483 (authored by @markj).