Module: wine
Branch: refs/heads/master
Commit: 7cd9a8f8dc9536393e4e6042ae18bfb89b8671e5
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7cd9a8f8dc9536393e4e604…
Author: Mike McCormack <mike(a)codeweavers.com>
Date: Thu Jan 26 13:21:54 2006 +0100
preloader: Allow compiling the preloader with -fstack-protector.
---
loader/preloader.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/loader/preloader.c b/loader/preloader.c
index 040fb66..6f07692 100644
--- a/loader/preloader.c
+++ b/loader/preloader.c
@@ -155,6 +155,9 @@ struct wld_link_map {
*/
void __bb_init_func() { return; }
+/* similar to the above but for -fstack-protector */
+void *__stack_chk_guard = 0;
+void __stack_chk_fail(void) { return; }
/*
* The _start function is the entry and exit point of this program
ChangeSet ID: 22543
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)winehq.org 2006/01/25 13:28:56
Modified files:
templates/en : download.template
Log message:
Tony Lambregts <tony.lambregts(a)gmail.com>
update note to the WineTools link
Patch: http://cvs.winehq.org/patch.py?id=22543
Old revision New revision Changes Path
1.73 1.74 +5 -4 lostwages/templates/en/download.template
Index: lostwages/templates/en/download.template
diff -u -p lostwages/templates/en/download.template:1.73 lostwages/templates/en/download.template:1.74
--- lostwages/templates/en/download.template:1.73 25 Jan 2006 19:28:56 -0000
+++ lostwages/templates/en/download.template 25 Jan 2006 19:28:56 -0000
@@ -118,11 +118,11 @@ for post-installation instructions.</b><
<td align=center bgcolor="#ffffff">
<a href="http://www.von-thadden.de/Joachim/WineTools/">
<img src="../images/distro/winetools.png"
- width="50" height="50" alt="Wine Tools" border="0">
+ width="50" height="50" alt="WineTools" border="0">
</a>
</td>
<td align=left bgcolor="#ffffff">
- <b><a href="http://www.von-thadden.de/Joachim/WineTools/">Wine Tools</a></b> -
+ <b><a href="http://www.von-thadden.de/Joachim/WineTools/">WineTools</a></b> -
WineTools is a menu driven installer for installing Windows programs.
This software lets you install the following Windows software: DCOM98,
IE6, Windows Core Fonts, Windows System Software, Office & Office Viewer,
@@ -131,8 +131,9 @@ for post-installation instructions.</b><
Thadden</a>.<br />
<div style="margin: 10px; padding: 5px; border: 1px solid #C0C0C0; background-color: #F0F0F0;">
<b>Note:</b> WineTools only recommended if installation or operability of
- Windows software failed on pure Wine or because the Wine developers need
- your feedback from testing.
+ Windows software failed on pure Wine. Since WineTools radically alters your
+ Wine configuration please do not report bugs in programs with WineTools
+ installed.
</div>
</td>
</tr>