14 lines
655 B
Diff
14 lines
655 B
Diff
VfrCompile seg.faults with fortify enabled. It's probably broken.
|
|
|
|
diff -ru a/edk2-e242cdfb307a6dfe2c0f75c4719f5c1f6b418625/BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp b/edk2-e242cdfb307a6dfe2c0f75c4719f5c1f6b418625/BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp
|
|
--- edk2-e242cdfb307a6dfe2c0f75c4719f5c1f6b418625/BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp 2016-11-16 10:01:14.000000000 +0200
|
|
+++ edk2-e242cdfb307a6dfe2c0f75c4719f5c1f6b418625/BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp 2016-11-16 14:47:30.211978076 +0200
|
|
@@ -13,6 +13,7 @@
|
|
|
|
**/
|
|
|
|
+#define _FORTIFY_SOURCE 0
|
|
#include "stdio.h"
|
|
#include "stdlib.h"
|
|
#include "CommonLib.h"
|