Date: Fri, 7 Mar 2008 14:26:31 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_command.c Message-ID: <200803071426.m27EQVMp049638@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-03-07 14:26:31 UTC FreeBSD src repository Modified files: sys/ddb db_command.c Log: When killing a user process from DDB, check that the requested signal is > 0 rather than >= 0, or we will panic when trying to deliver the signal. MFC after: 3 days PR: 100802 Submitted by: Valerio Daelli <valerio.daelli at gmail.com> Revision Changes Path 1.77 +1 -1 src/sys/ddb/db_command.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803071426.m27EQVMp049638>