https://issues.apache.org/ooo/show_bug.cgi?id=121682
Isamu Mogi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Isamu Mogi <[email protected]> --- Following modification may work. This bug is caused by missing error handling of GetCaseCorrectPathNameEx(). Line 495 of http://svn.apache.org/viewvc/openoffice/trunk/main/sal/osl/w32/file_url.cxx?revision=1413471&view=markup (This code is under Apache License version 2.0) - GetCaseCorrectPathNameEx( lpszPath, cchBuffer, nSkipLevels, bCheckExistence ); + if ( !GetCaseCorrectPathNameEx( lpszPath, cchBuffer, nSkipLevels, bCheckExistence ) ) + return 0; -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
