Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2008 23:26:52 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c
Message-ID:  <200811102327.mAANR606052840@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2008-11-10 23:26:52 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/freebsd32 freebsd32_misc.c 
  Log:
  SVN rev 184828 on 2008-11-10 23:26:52Z by peter
  
  Fix a signal emulation bug introduced in r163018 (and present in 7.x).
  This prevents 32 bit signal handlers from finding out what the faulting
  address is.  Both the secret 4th argument and siginfo->si_addr are zero.
  
  Revision  Changes    Path
  1.82      +1 -1      src/sys/compat/freebsd32/freebsd32_misc.c



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