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

cvs commit: src/lib/libc/stdio fread.c local.h vfscanf.c


From: David Xu <davidxu@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Dec 2005 16:21:53 -0800 (PST)

davidxu     2005/12/19 16:21:53 PST

DragonFly src repository

  Modified files:
    lib/libc/stdio       fread.c local.h vfscanf.c 
  Log:
  MFBSD:
  	Split fread into MT-safe and none MT-safe versions, let __vfscanf
  	call none MT-safe version, so that sscanf does not leak memory.
  
  Revision  Changes    Path
  1.8       +11 -3     src/lib/libc/stdio/fread.c
  1.10      +1 -0      src/lib/libc/stdio/local.h
  1.10      +2 -2      src/lib/libc/stdio/vfscanf.c


http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/fread.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/local.h.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/vfscanf.c.diff?r1=1.9&r2=1.10&f=u



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