login
Header Space

 
 

cvs commit: src/sys/kern uipc_socket.c

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <commits@...>
Date: Sunday, July 6, 2008 - 3:01 pm

nth         2008/07/06 12:01:57 PDT

DragonFly src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Change soopt_mcopyin() and soopt_mcopyout() to not modify soopt_val and
  soopt_valsize.  This fixes a "already free" panic when so_pru_ctloutput()
  kfree()'s soopt_val.
  
  Reported-by: Thomas Nikolajsen <thomas.nikolajsen@mail.dk>
  Reviewed-by: Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>
  
  Revision  Changes    Path
  1.50      +18 -12    src/sys/kern/uipc_socket.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_socket.c.diff?r1=1.49&r2=1.50&f=u
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
cvs commit: src/sys/kern uipc_socket.c, Nicolas Thery, (Sun Jul 6, 3:01 pm)
speck-geostationary