[ros-bugs] [Bug 3311] Open Office 2.0.x installation failure regression

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Fri Jun 27 17:38:20 CEST 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=3311


Goplat <mrnobo1024 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrnobo1024 at yahoo.com




--- Comment #5 from Goplat <mrnobo1024 at yahoo.com>  2008-06-27 17:38:19 CET ---
The cause for the heap corruption: ntdll's _vsn(w)printf, when the result is
the exact same size as the buffer, writes a null character past the end of it.

During a 2.0.0 install, a _vsnwprintf is done that results in the string:

SELECT `Value` FROM `_Property` WHERE
`_Property`='share_registry_data_org_openoffice_TypeDetection'

which is exactly 100 characters long - same as the buffer used in
MSI_QueryGetRecord.


-- 
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.
You are the assignee for the bug.


More information about the Ros-bugs mailing list