]> granicus.if.org Git - strace/commit
* strace.c (newoutf): Prevent -o FILENAME overflowing the stack.
authorDenys Vlasenko <dvlasenk@redhat.com>
Thu, 29 Jan 2009 20:38:20 +0000 (20:38 +0000)
committerDenys Vlasenko <dvlasenk@redhat.com>
Thu, 29 Jan 2009 20:38:20 +0000 (20:38 +0000)
commit7a8bf065802f836901ae886317efcb4ed77cae7b
treec9ede8a711ae077ed977f343c3de06ce2891df82
parent7e0615f3aecc023e2756a83bdf113c5ceaac431d
* strace.c (newoutf): Prevent -o FILENAME overflowing the stack.
(startup_attach): Fix wrong pid in "Process <PID> attached".
(handle_group_exit): Do not consider exit to be spurious if
tcb has TCB_STARTUP bit set - we can attach to the task
right before its death, it can legitimately happen.
(handle_stopped_tcbs): Ditto.
ChangeLog
strace.c