]> granicus.if.org Git - strace/commit
On clearing "breakpopint", restore syscall number too
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 14 May 2012 14:40:28 +0000 (16:40 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 14 May 2012 14:40:28 +0000 (16:40 +0200)
commit55980f5b72000406e3fd843b098b5c1328a21e45
treea50482255fc09c96eb2da46ee56ce0bb455c94eb
parent24ee60b836ad33bb4ac694ca99d6c94a8cc5ff92
On clearing "breakpopint", restore syscall number too

This fixes Fedora bug 659382.
Low risk: this code is not supposed to be used on any non-acient kernel.

* util.c (clearbpt): Restore syscall number too.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util.c