Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
114 contributions in the last year
Contribution activity
November 2020
Created 11 commits in 2 repositories
Created an issue in linux-pam/linux-pam that received 1 comment
Local DoS due to quadratic loop in pam_env.c
The algorithm for adding new entries to the environment in _parse_config_file
is quadratic, which means that it is easy to cause a local denial of …