commit | 481ca7b508ad0245468146343b1d3be94470a024 | [log] [tgz] |
---|---|---|
author | Andrew G. Morgan <[email protected]> | Sat Oct 24 20:57:11 2020 -0700 |
committer | Andrew G. Morgan <[email protected]> | Sat Oct 24 21:00:59 2020 -0700 |
tree | 3f039f29c1c6e12648eaaf167cb3a8c469f7b758 | |
parent | a614aa669d6ec0f12849f9a698f242cf89b44c6c [diff] |
Demonstrate why libpsx is important for multithreaded C code. I've heard a number of folk ask why one might need libpsx for anything other than Go program linking, so this demonstrates the class of exploit that is possible when libcap is linked with -lpthread and not -lpsx. Signed-off-by: Andrew G. Morgan <[email protected]>