platform_system_core/debuggerd
Josh Gao 5ad965bf41 crash_dump: fix overflow.
`1 << 32` overflows, resulting in bogus PR_CAP_AMBIENT_RAISE attempts,
and breaking dumping for processes with capabilities in the top 32 bits.

Bug: http://b/35241370
Test: debuggerd -b `pidof com.android.bluetooth`
Change-Id: I29c45a8bd36bdeb3492c9f74599993c139821088
2017-02-16 20:16:58 -08:00
..
client debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
crasher crasher: add a case that uses PR_SET_NO_NEW_PRIVS. 2017-02-14 14:40:47 -08:00
handler crash_dump: fix overflow. 2017-02-16 20:16:58 -08:00
include/debuggerd debuggerd_handler: add SIGSYS to the list of handled signals. 2017-01-23 16:01:14 -08:00
libdebuggerd libdebuggerd_handler: in-process crash dumping for seccomped processes. 2017-02-15 17:03:44 -08:00
tombstoned tombstoned: silence spurious error messages. 2017-01-23 16:01:14 -08:00
.clang-format debuggerd: add .clang-format. 2015-11-16 17:26:22 -08:00
Android.bp libdebuggerd_handler: in-process crash dumping for seccomped processes. 2017-02-15 17:03:44 -08:00
crash_dump.cpp crash_dump: remove unneeded/faulty checks. 2017-02-16 19:26:09 -08:00
debuggerd.cpp debuggerd: fix debuggerd <pid> 2017-01-30 17:58:04 -08:00
debuggerd_test.cpp debuggerd_handler: don't use waitpid(..., __WCLONE). 2017-02-13 17:01:24 -08:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
signal_sender.cpp liblog: use log/log.h when utilizing ALOG macros 2017-01-11 09:31:15 -08:00
util.cpp debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00