alpha/3082: fpsetmask(0) aborts on OpenBSD 3.2/alpha >Number: 3082
>Category: alpha
>Synopsis: fpsetmask(0) aborts on OpenBSD 3.2/alpha
>Confidential: no
PikeLab
>Environment:
System : OpenBSD 3.2
Architecture: OpenBSD.alpha
Machine : alpha
>Description:
Calling fpsetmask with an argument of zero causes it to abort.
>How-To-Repeat:
$ cat foo.c
#include
int main(int argc, char **argv)
{
fpsetmask(0);
return 0;
}
$ gcc -o foo foo.c
$ ./foo
Abort trap (core dumped)
>Fix:
--h15DG9wV015888.1044450970/hitomi.pikefarm.ida.liu.se--
ReSent-Date: Wed, 5 Feb 2003 14:35:53 +0100 (MET)
ReSent-From: =?iso-8859-1?Q?Henrik_Grubbstr=F6m?=
ReSent-To: gnats@openbsd.org
ReSent-Subject: fpsetmask(0) aborts on OpenBSD 3.2/alpha
ReSent-Message-ID:
>Release-Note:
Received on Fri Feb 7 11:29:08 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:29:50 EDT
|