lol wine
[gentoo-diskmaster-overlay.git] / app-emulation / wine / files / wine-gentoo-no-ssp.patch
blob4246adefd7691105273f9542819554f14612f78d
1 --- loader/preloader.c
2 +++ loader/preloader.c
3 @@ -155,6 +155,8 @@ struct wld_link_map {
5 /* similar to the above but for -fstack-protector */
6 void *__stack_chk_guard = 0;
7 +void *__guard = 0;
8 +void __stack_smash_handler(void) { return; }
9 void __stack_chk_fail(void) { return; }
11 * The _start function is the entry and exit point of this program