wine-wine/tools/winebuild
James Larrowe f97636bc49 winebuild: Fix a segmentation fault.
When 'winebuild' is called with no arguments, the make_c_identifier
function is passed a null pointer, which is dereferenced and causes
a segmentation fault.

Signed-off-by: James Larrowe <larrowe.semaj11@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-14 17:25:49 +01:00
..
Makefile.in makefiles: Generate rules for installing programs. 2015-10-29 21:20:06 +09:00
build.h winebuild: Pass the -mfpu option to the compiler/assembler. 2018-11-05 20:20:25 +01:00
import.c winebuild: On x86_64, save xmm0 - 3 during the delayed import lookup. 2018-02-07 19:38:30 +01:00
main.c winebuild: Fix a segmentation fault. 2019-01-14 17:25:49 +01:00
parser.c winebuild: Disallow register functions in 32-bit modules. 2017-07-26 10:43:01 +02:00
relay.c winebuild: Stop building the DPMI event check routine. 2018-02-05 17:16:13 +01:00
res16.c winebuild: Remove get_asm_short_keyword. 2013-03-11 11:44:57 +01:00
res32.c winebuild: Use strarray objects instead of pointers where possible. 2016-03-19 13:14:41 +09:00
spec16.c winebuild: Use a global flag to determine when to generate the get_pc thunk. 2016-03-22 18:12:28 +09:00
spec32.c ntdll: Fix handling of floating point arguments in relay debugging on ARM. 2017-12-14 13:50:55 +01:00
utils.c winebuild: Pass the -mfpu option to the compiler/assembler. 2018-11-05 20:20:25 +01:00
winebuild.man.in winebuild: Pass the -mfpu option to the compiler/assembler. 2018-11-05 20:20:25 +01:00