DragonFly BSD
DragonFly commits List (threaded) for 2005-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/net/pf if_pfsync.c pf_if.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 15 Jun 2005 09:09:35 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]