search for: gcc_struct

Displaying 3 results from an estimated 3 matches for "gcc_struct".

Did you mean: gcc_strcat
2016 Feb 24
2
[PATCH 3/5] installers: MSVC compatibility fixes
More MSVC compatibility fixes, for packed structures. NB: In case you are aware of the issues that may come with MS vs GCC packing, so far, I have not seen evidence of detrimental impact from using ms_struct packing in MSVC (vs gcc_struct, which is explicitly specified for MinGW), with regards to the sections of code I am using in Rufus. -------------- next part --------------
2016 Mar 06
0
[PATCH 3/5] installers: MSVC compatibility fixes
...d via Syslinux <syslinux at zytor.com> wrote: > More MSVC compatibility fixes, for packed structures. > NB: In case you are aware of the issues that may come with MS vs GCC > packing, so far, I have not seen evidence of detrimental impact from using > ms_struct packing in MSVC (vs gcc_struct, which is explicitly specified for > MinGW), with regards to the sections of code I am using in Rufus. > > From 13b39c1f113a8bc5621249db21a382a689aa174e Mon Sep 17 00:00:00 2001 > From: Pete Batard <pete at akeo.ie> > Date: Tue, 23 Feb 2016 19:57:28 +0000 > Subject: [PATCH 3...
2016 Feb 24
0
[PATCH 0/5] fix installer issues and enable some MSVC compatibility
...s uses with MSVC. o [PATCH 3/5] installers: MSVC compatibility fixes More MSVC compatibility fixes, for packed structures. NB: In case you are aware of the issues that may come with MS vs GCC packing, so far, I have not seen evidence of detrimental impact from using ms_struct packing in MSVC (vs gcc_struct, which is explicitly specified for MinGW), with regards to the sections of code I am using in Rufus. o [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 th...