mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
stack smashing
This commit is contained in:
10
README.adoc
10
README.adoc
@@ -13096,6 +13096,16 @@ The following sections are related to multithreading in userland:
|
||||
** <<number-of-cores-in-qemu-user-mode>>
|
||||
** <<number-of-cores-in-gem5-user-mode>>
|
||||
|
||||
=== C debugging
|
||||
|
||||
Let's group the hard-to-debug undefined-behaviour-like stuff found in C / C+ here and how to tackle those problems.
|
||||
|
||||
==== Stack smashing
|
||||
|
||||
https://stackoverflow.com/questions/1345670/stack-smashing-detected/51897264#51897264
|
||||
|
||||
link:userland/c/smash_stack.c[]
|
||||
|
||||
=== Userland content bibliography
|
||||
|
||||
* The Linux Programming Interface by Michael Kerrisk https://www.amazon.co.uk/Linux-Programming-Interface-System-Handbook/dp/1593272200 Lots of open source POSIX examples: https://github.com/cirosantilli/linux-programming-interface-kerrisk
|
||||
|
||||
Reference in New Issue
Block a user