mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
fc4726c225
__wine_vxd_open() has several bugs. If filenameW doesn't end in ".vxd", it is wrongly allowed to be over 8 characters long. If it does end in ".vxd", then a maximum length filename, eg. "12345678.vxd", always gets misdetected as being too long, as: "lstrlenW( filenameW ) >= ARRAY_SIZE(name) - 4" becomes 12 >= 12. Rather do the checks for maximum filename length when we detect the filename format. Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
||
---|---|---|
.. | ||
atom.c | ||
dosexe.h | ||
dosmem.c | ||
error.c | ||
file.c | ||
fpu.c | ||
global.c | ||
instr.c | ||
int2f.c | ||
int15.c | ||
int21.c | ||
int25.c | ||
int26.c | ||
int31.c | ||
interrupts.c | ||
ioports.c | ||
kernel.c | ||
kernel16_private.h | ||
krnl386.exe16.spec | ||
local.c | ||
Makefile.in | ||
ne_module.c | ||
ne_segment.c | ||
registry.c | ||
relay.c | ||
resource.c | ||
selector.c | ||
snoop.c | ||
syslevel.c | ||
task.c | ||
thunk.c | ||
utthunk.c | ||
version.rc | ||
vxd.c | ||
wowthunk.c |