Hello community,

here is the log from the commit of package psmisc for openSUSE:Factory
checked in at Tue Oct 11 18:22:06 CEST 2011.



--------
--- openSUSE:Factory/psmisc/psmisc.changes      2011-10-07 17:07:36.000000000 
+0200
+++ /mounts/work_src_done/STABLE/psmisc/psmisc.changes  2011-10-11 
17:38:07.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 15:36:40 UTC 2011 - wer...@suse.de
+
+- Use __builtin___strcpy_ instead of __builtin___strcpy_chk to avoid
+  trouble with char path[0] tag in struct handle (bnc#723304)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ psmisc-22.15-timeout.patch ++++++
--- /var/tmp/diff_new_pack.2rzRq7/_old  2011-10-11 18:21:59.000000000 +0200
+++ /var/tmp/diff_new_pack.2rzRq7/_new  2011-10-11 18:21:59.000000000 +0200
@@ -117,10 +117,10 @@
  /*
   * Use /proc/self/mountinfo of modern linux system to determine
 diff --git a/src/timeout.c b/src/timeout.c
-index e69de29..e79774b 100644
+index e69de29..bef93b3 100644
 --- a/src/timeout.c
 +++ b/src/timeout.c
-@@ -0,0 +1,260 @@
+@@ -0,0 +1,265 @@
 +/*
 + * timout.c   Advanced timeout handling for file system calls
 + *            to avoid deadlocks on remote file shares.
@@ -204,6 +204,11 @@
 +# define attribute(attr)      __attribute__(attr)
 +#endif
 +
++#if defined __GNUC__
++# undef strcpy
++# define strcpy(d,s)          __builtin_strcpy((d),(s))   /* Without boundary 
check please */
++#endif
++
 +/*
 + * The structure used for communication between the processes
 + */

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to