summaryrefslogtreecommitdiffstats
path: root/misc-modules/faulty.c
Commit message (Collapse)AuthorAgeFilesLines
* misc-modules: faulty: Open code memset() to allow a buffer overflowJavier Martinez Canillas2018-02-251-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 Canillas2018-02-251-1/+1
| | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
* misc-modules: faulty: Remove obsolete <linux/config.h> headerJavier Martinez Canillas2010-11-271-2/+0
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-271-0/+89