Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2004 15:27:17 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cherbst@hotpop.com, rwatson@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: misc/36110: dmesg output corrupt if /dev/console is busy
Message-ID:  <200405022227.i42MRHEY008080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: dmesg output corrupt if /dev/console is busy

State-Changed-From-To: open->analyzed
State-Changed-By: rwatson
State-Changed-When: Sun May 2 15:25:33 PDT 2004
State-Changed-Why: 

This occurs because we use a single combined buffer for both kernel
messages (normally captured in the kernel's msgbuf) and logged
console output (/dev/console).  This results in a variety of problems,
and would probably be best corrected by breaking out msgbuf into two
separate buffers since their contents have different properties.

An important security issue relating to this bug/feature can be found
in bin/25337.


http://www.freebsd.org/cgi/query-pr.cgi?pr=36110



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