Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 1995 01:43:53 -0800
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-lib
Subject:   cvs commit: src/lib/libedit term.c
Message-ID:  <199512020943.BAA09112@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       95/12/02 01:43:50

  Modified:    lib/libedit  term.c
  Log:
  Fix PR#858, /bin/sh corruption caused by non-zeroed malloc() in libedit
  in particular circumstances. (malloc() does not zero memory, but usually
  does by coincidenct that sbrk() returns zeroed pages)
  
  Submitted-by: John Hood <cgull@smoke.marlboro.vt.us>
  
  Revision  Changes    Path
  1.7       +1 -0      src/lib/libedit/term.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512020943.BAA09112>