- respin mystack patch

This commit is contained in:
Rex Dieter 2009-09-23 00:24:21 +00:00
parent 105e94eecc
commit d2228d963d
2 changed files with 5 additions and 2 deletions

View File

@ -33,7 +33,7 @@ index 0970e79..23eff58 100644
+/* glibc says: Users should use SIGSTKSZ as the size of user-supplied +/* glibc says: Users should use SIGSTKSZ as the size of user-supplied
+ buffers. */ + buffers. */
+char mystack[2 * 2 * SIGSTKSZ]; +char mystack[2 * SIGSTKSZ];
+ +
int int
main () main ()

View File

@ -4,7 +4,7 @@
Summary: Library for handling page faults in user mode Summary: Library for handling page faults in user mode
Name: libsigsegv Name: libsigsegv
Version: 2.6 Version: 2.6
Release: 5%{?dist} Release: 6%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://libsigsegv.sourceforge.net/ URL: http://libsigsegv.sourceforge.net/
@ -124,6 +124,9 @@ rm -rf %{buildroot}
%changelog %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 * Tue Sep 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.6-5
- libsigsegv allocates alternate stack on the main stack (#524796) - libsigsegv allocates alternate stack on the main stack (#524796)