Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libkmod: Prevent ouf of boundary access
Do not access memory out of bounds if the first character read by fgets is NUL. Treat such a character as EOL instead. This is a purely defensive measure since /proc/modules should normaly not contain such characters. Signed-off-by: Tobias Stoeckmann <[email protected]>
- Loading branch information