The unified diff between revisions [75808d28..] and [26db35fb..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "debian/patches/bug-575954.patch"
#  from [f28e6770541638aea5ad8afc3da0ee56a340602d]
#    to [612e71098c9c3ce7c3d00da749876c0e3c969ed9]
#
============================================================
--- debian/patches/bug-575954.patch	f28e6770541638aea5ad8afc3da0ee56a340602d
+++ debian/patches/bug-575954.patch	612e71098c9c3ce7c3d00da749876c0e3c969ed9
@@ -1,3 +1,14 @@
+Author: Reto Buerki <reet@codelabs.ch>
+Description: Workaround for Non_Blocking_Spawn memory corruption on amd64.
+ This patch doubles the buffer size of the GNAT.Expect.Non_Blocking_Spawn calls
+ in the test runner. The workaround is necessary to make the PORTABLESERVER_0
+ test pass on amd64 (otherwise glibc shows a double free or corruption error).
+ .
+ See the upstream or Debian bug report for more details.
+Forwarded: not-needed
+Bug: http://gcc.gnu.org/PR43598
+Bug-Debian: http://bugs.debian.org/575954
+
 --- a/testsuite/utils/test_suite-run.adb
 +++ b/testsuite/utils/test_suite-run.adb
 @@ -149,7 +149,7 @@