Alexandre Julliard <[EMAIL PROTECTED]> wrote:

>"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes:
>
>> Changelog:
>>     Small correction for path stripping.
>
>This breaks paths that contain both '/' and '\'. What are you trying
>to fix?

Well, while I searched for a real culprit of crash with printer driver
loading in PageMaker (solved by "Fix buffer overflow in builtin.c" patch),
I found, that if driver name contains '/' and '\', BUILTIN32_dlopen will fail:
for instance, if name is "c:\path/driver.drv", BUILTIN32_dlopen will try
to load "libpath/driver.so".

Dmitry.


Reply via email to