KSPP / linux

Linux kernel source tree (Kernel Self Protection Project)
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project
Other
81 stars 5 forks source link

Untangle string escaping character sets from escape method #166

Open kees opened 2 years ago

kees commented 2 years ago

Right now, the core string escaping routines in the kernel (string_escape_mem() in lib/string_helpers.c), have a bunch of routines for dealing with special characters. There are a couple problems: