cvs commit: src/sys/net/pf if_pfsync.c pf_if.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Wed Jun 15 09:10:03 PDT 2005
joerg 2005/06/15 09:09:35 PDT
DragonFly src repository
Modified files: (Branch: DragonFly_RELEASE_1_2)
sys/net/pf if_pfsync.c pf_if.c
Log:
Fix two SPL issues in PF found during the critical section conversion
in HEAD. In pf_if.c, the IPL was not restored, which masks interrupts
longer than necessary. In if_pfsync low memory situations could trigger
a reset of the IPL, which can lead to silent corruption in the network
stack.
Revision Changes Path
1.1.2.1 +3 -7 src/sys/net/pf/if_pfsync.c
1.3.2.1 +1 -0 src/sys/net/pf/pf_if.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/pf/if_pfsync.c.diff?r1=1.1&r2=1.1.2.1&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/pf/pf_if.c.diff?r1=1.3&r2=1.3.2.1&f=u
More information about the Commits
mailing list