[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-hackers
Subject:    one-line bugfix to sys/i386/isa/snd/dmabuf.c
From:       Luigi Rizzo <luigi () labinfo ! iet ! unipi ! it>
Date:       1998-02-28 12:02:01
[Download RAW message or body]

I was recently pointed out a bug in dmabuf.c -- there is one line which
reads

	d->flags |= ~SND_F_ABORTING;

which obviously should be changed to

	d->flags &= ~SND_F_ABORTING;

this bug must have been there for ages, although it has been probably
undetected since it only affects applications which use the capture
channel and only when a signal is caught while the application
is blocked on a tsleep.

patches for the source tree for this and other minor things will be
submitted in a few days.

	cheers
	luigi

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic