Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2012-08-26 11:30:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash (Old)
 and      /work/SRC/openSUSE:Factory/.bash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bash", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash/bash.changes        2012-07-23 
10:15:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2012-08-26 
11:30:55.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 24 14:31:35 UTC 2012 - [email protected]
+
+- Add patch from upstream mailing list to avoids crash 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bash-4.2-patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-read-escape-segfault.patch 
new/bash-4.2-patches/bash-4.2-read-escape-segfault.patch
--- old/bash-4.2-patches/bash-4.2-read-escape-segfault.patch    1970-01-01 
01:00:00.000000000 +0100
+++ new/bash-4.2-patches/bash-4.2-read-escape-segfault.patch    2012-08-24 
16:00:03.000000000 +0200
@@ -0,0 +1,15 @@
+*** ../bash-4.2-patched/builtins/read.def      2012-03-11 17:52:44.000000000 
-0400
+--- builtins/read.def  2012-08-22 11:53:09.000000000 -0400
+***************
+*** 792,796 ****
+  #endif
+  
+!   if (saw_escape)
+      {
+        t = dequote_string (input_string);
+--- 847,851 ----
+  #endif
+  
+!   if (saw_escape && input_string && *input_string)
+      {
+        t = dequote_string (input_string);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to