[ros-bugs] [Bug 2516] Inflib Buffer overflow when writing large .inf files
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Fri Aug 3 00:12:15 CEST 2007
http://www.reactos.org/bugzilla/show_bug.cgi?id=2516
------- Comment #9 from marc.piulachs at codexchange.net 2007-08-03 00:12 CET -------
Created an attachment (id=1753)
--> (http://www.reactos.org/bugzilla/attachment.cgi?id=1753&action=view)
rbuild patch
With this patch rbuild will automatically generate reactos.dff file depending
on the modules activated
To reproduce the bug uncoment the following lines :
if (/*(module.type == KernelModeDLL) ||*/
(module.type == NativeDLL) /*||
(module.type == NativeCUI) ||
(module.type == Win32DLL) ||
(module.type == Win32OCX) ||
(module.type == Win32CUI) ||
(module.type == Win32SCR) ||
(module.type == Win32GUI) ||
(module.type == KernelModeDriver) ||
(module.type == BootSector) ||
(module.type == BootLoader) ||
(module.type == BootProgram)*/)
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
More information about the Ros-bugs
mailing list