search for: wpe

Displaying 4 results from an estimated 4 matches for "wpe".

Did you mean: we
2016 Mar 07
0
[PATCH 4/5] installers: fix a possible buffer overflow when looking for LDLINUX_MAGIC
...and > replaces it with something like "You are not authorized to download > this file"... $0.02: - Casting to a uintptr_t is ugly (and not C89, not that Syslinux cares about that) - The boot_image + boot_image_len calculation is loop invariant, so some kind of boot_image_end or wpe pointer before the loop might be nicer. Unfortunately, the 8-bit boot_image_len (bytes) versus the 32-bit wp stride complicates things Maybe something like: const uint32_t * wpe = (const uint32_t *) boot_image + boot_len / sizeof *wpe; where the 'for' check could then: ... &&a...
2016 Feb 24
2
[PATCH 4/5] installers: fix a possible buffer overflow when looking for LDLINUX_MAGIC
If the ldlinux being processed is garbage, the search for LDLINUX_MAGIC will overflow its buffer - fix that. I did encounter this issue in Rufus as, due to notorious incompatibilities between different versions of ldlinux.sys and the com32's residing on an ISO, we download a version specific ldlinux.sys from our server... which may get trashed if the user sits behind one of these
2004 Oct 29
1
Guild Wars Client
...being able to write to the proper directories. I told it to install in C:\Program Files, and my .wine/fake_windows/* folders all seem to have correct permissions. Any ideas why this would happen? The client is only a 60k download (it downloads the rest itself): http://www.guildwars.com/preview/wpe-clientdownload.html -- Joel Konkle-Parker Webmaster [Ballsome.com] E-mail [jjk3@msstate.edu]
2004 Oct 29
1
Re: Guild Wars Client (Mark Knecht)
...and >> my >> > .wine/fake_windows/* folders all seem to have correct permissions. >> > >> > Any ideas why this would happen? >> > >> > The client is only a 60k download (it downloads the rest itself): >> > http://www.guildwars.com/preview/wpe-clientdownload.html >> > >> >> I was trying to install GigaSampler LE the other day and ran into >> something very simiilar. The installer created c:/Program >> Files/GSampler, but then couldn't create c:/Program >> Files/GSampler/some-directory. Permissio...