Source-Changes-HG archive

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

[src/netbsd-2-0]: src/doc Ticket 1537.



details:   https://anonhg.NetBSD.org/src/rev/08b2ff27d794
branches:  netbsd-2-0
changeset: 564776:08b2ff27d794
user:      riz <riz%NetBSD.org@localhost>
date:      Tue May 24 19:39:27 2005 +0000

description:
Ticket 1537.

diffstat:

 doc/CHANGES-2.0.3 |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r b814a4e634da -r 08b2ff27d794 doc/CHANGES-2.0.3
--- a/doc/CHANGES-2.0.3 Tue May 24 19:38:34 2005 +0000
+++ b/doc/CHANGES-2.0.3 Tue May 24 19:39:27 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0.3,v 1.1.2.14 2005/05/11 13:44:10 riz Exp $
+#      $NetBSD: CHANGES-2.0.3,v 1.1.2.15 2005/05/24 19:39:27 riz Exp $
 
 A complete list of changes from the NetBSD 2.0.2 release to the NetBSD 2.0.3
 release.
@@ -82,3 +82,12 @@
        getblk() can return NULL if we are the pagedaemon. Check for this.
        [bouyer, ticket #1355]
 
+sys/kern/kern_descrip.c                                1.132
+
+       The file being closed is (fdp->fd_lastfile - i), not i. So compare
+       (fdp->fd_lastfile - i) against fd_knlistsize. Otherwise we can
+       call knote_fdclose() on a file descriptor that doesn't have a knote.
+       This issue explains random panics I have had on process exit over the
+       past few years.
+       [wrstuden, ticket #1537]
+



Home | Main Index | Thread Index | Old Index