Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc-modules: faulty: Open code memset() to allow a buffer overflow | Javier Martinez Canillas | 2018-02-25 | 1 | -1/+3 |
| | | | | | | | | | The memset() function is now fortified, which means that provides both a compile and runtime buffer overflow checks. Since the goal of the faulty module is to cause a buffer overflow this function can't be used anymore and instead have to be open coded. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | misc-modules: faulty: Include <linux/uaccess.h> header for copy_*_user() | Javier Martinez Canillas | 2018-02-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | misc-modules: faulty: Remove obsolete <linux/config.h> header | Javier Martinez Canillas | 2010-11-27 | 1 | -2/+0 |
| | |||||
* | Linux Device Drivers 3 examples | Javier Martinez Canillas | 2010-11-27 | 1 | -0/+89 |