From owner-cvs-sys Sat Oct 11 06:14:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA19246 for cvs-sys-outgoing; Sat, 11 Oct 1997 06:14:18 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA19213; Sat, 11 Oct 1997 06:13:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA01453; Sat, 11 Oct 1997 06:13:12 -0700 (PDT) Date: Sat, 11 Oct 1997 06:13:12 -0700 (PDT) Message-Id: <199710111313.GAA01453@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_malloc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/11 06:13:12 PDT Modified files: sys/kern kern_malloc.c Log: Freeing with unknown type is a panic kind of thing. Revision Changes Path 1.35 +2 -2 src/sys/kern/kern_malloc.c