]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 01:43:56 +0000 (01:43 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 01:43:56 +0000 (01:43 +0000)
ChangeLog

index e1223684bce9dcc282e2b83b0c2abb0e1691e440..5408615bb49655c6abe317bd3f9fb5720f28e5a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-05-19  Roland McGrath  <roland@redhat.com>
 
+       * signal.c (sys_kill): When current personality's wordsize is smaller
+       than native, sign-extend the PID argument from 32 bits.
+       Fixes RH#430585.
+
        * configure.ac: Add check for struct sigcontext_struct in <signal.h>.
        * signal.c [! HAVE_ASM_SIGCONTEXT_H] [I386] (struct sigcontext_struct):
        Conditionalize definition on !HAVE_STRUCT_SIGCONTEXT_STRUCT.