weird Windows 2000/XP bug
From: Teodor Cimpoesu (teo@gecadsoftware.com)Date: 10/29/01
- Previous message: Jason Brvenik: "Re: another fatal bug in NT/2000 "Command Prompt" I/O"
- Next in thread: IIJIMA Hiromitsu: "Re: weird Windows 2000/XP bug"
- Reply: IIJIMA Hiromitsu: "Re: weird Windows 2000/XP bug"
- Reply: awe@centrum.cz: "re: weird Windows 2000/XP bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 29 Oct 2001 17:19:47 +0200 From: Teodor Cimpoesu <teo@gecadsoftware.com> To: vuln-dev@securityfocus.com Subject: weird Windows 2000/XP bug Message-ID: <20011029171947.A17544@gecadsoftware.com>
Some guys arround here are having fun with a little C program which causes
Windows200/XP to reboot:
#include <stdio.h>
int main(void)
{
while (1)
printf("\t\t\b\b\b\b\b\b");
return 0;
}
I don't know exactly where it was first seen, and who discovered it; just
thought to forward it here maybe others have insights.
comments?
-- teodor
- Previous message: Jason Brvenik: "Re: another fatal bug in NT/2000 "Command Prompt" I/O"
- Next in thread: IIJIMA Hiromitsu: "Re: weird Windows 2000/XP bug"
- Reply: IIJIMA Hiromitsu: "Re: weird Windows 2000/XP bug"
- Reply: awe@centrum.cz: "re: weird Windows 2000/XP bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|