- respin mystack patch
This commit is contained in:
parent
105e94eecc
commit
d2228d963d
@ -33,7 +33,7 @@ index 0970e79..23eff58 100644
|
||||
|
||||
+/* glibc says: Users should use SIGSTKSZ as the size of user-supplied
|
||||
+ buffers. */
|
||||
+char mystack[2 * 2 * SIGSTKSZ];
|
||||
+char mystack[2 * SIGSTKSZ];
|
||||
+
|
||||
int
|
||||
main ()
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: Library for handling page faults in user mode
|
||||
Name: libsigsegv
|
||||
Version: 2.6
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://libsigsegv.sourceforge.net/
|
||||
@ -124,6 +124,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.6-6
|
||||
- respin mystack patch
|
||||
|
||||
* Tue Sep 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.6-5
|
||||
- libsigsegv allocates alternate stack on the main stack (#524796)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user