cregit-Linux how code gets into the kernel

Release 4.7 lib/usercopy.c

Directory: lib
#include <linux/export.h>
#include <linux/bug.h>
#include <linux/uaccess.h>


void copy_from_user_overflow(void) { WARN(1, "Buffer overflow detected!\n"); }

Contributors

PersonTokensPropCommitsCommitProp
david s. millerdavid s. miller14100.00%1100.00%
Total14100.00%1100.00%

EXPORT_SYMBOL(copy_from_user_overflow);

Overall Contributors

PersonTokensPropCommitsCommitProp
david s. millerdavid s. miller2589.29%266.67%
stephen boydstephen boyd310.71%133.33%
Total28100.00%3100.00%
Directory: lib
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}