Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 1999 09:38:32 -0800 (PST)
From:      rik@cronyx.ru
To:        freebsd-gnats-submit@freebsd.org
Subject:   kern/15763: free() fails on contigmalloc() memory
Message-ID:  <19991229173832.3434215668@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15763
>Category:       kern
>Synopsis:       free() fails on contigmalloc() memory
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 29 09:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Kurakin Roman
>Release:        FreeBSD 3.4-STABLE
>Organization:
Cronyx
>Environment:
FreeBSD hi.cronyx.ru 3.4-STABLE FreeBSD 3.4-STABLE #2: Tue Dec 21
20:05:19 GMT 1999    root@hi.cronyx.ru:/usr/src/sys/compile/RIK i386
>Description:
Memory that was allocated by contigmalloc() causes kernel fault
when attempting to free()
>How-To-Repeat:
void *f;
f = contigmalloc (...);
...
free (f);
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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