Searched hist:124191 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/lib/libc/ia64/gen/
H A Dsignalcontext.cdiff 124191 Tue Jan 06 19:40:28 MST 2004 nectar Add required headers.
H A Dmakecontext.cdiff 124191 Tue Jan 06 19:40:28 MST 2004 nectar Add required headers.
/freebsd-10.2-release/contrib/tcsh/
H A Dtc.func.cdiff 180637 Sun Jul 20 18:20:00 MDT 2008 keramida tcsh: fix abort in cleanup_until(), caused by internal xgetpass()

The xgetpass() function pushes a cleanup entry for &osa, but then
attempts to flush the stack until an entry matching &sa. The two
object pointers do not match, so the stack is popped too much,
and then cleanup_until calls abort() when it unexpectedly hits
the bottom of the cleanup stack.

Reported by: Paul B. Mahol, onemda at gmail.com,
Pietro Cerutti, gahr at gahr.ch
PR: bin/124191
Reviewed by: mp, kris
MFC after: 2 days

Completed in 41 milliseconds