Denis Efremov
Denis Efremov
There is CVE-2023-1476 record.
There is a collection of kconfigs which are automatically updated in https://github.com/oracle/kconfigs/tree/main/out It looks possible to do the integration with the project instead to tracking distro configs in this project.
The PR adds libfuzzer targets to Makefile and entry point for it.
CI for the project. Tests the build with gcc, clang. Checks for RTE with Frama-C. After the merge the link (badge) in the README.md should be updated, Travis-CI account should...
Clang fails to build the project. This patch fixes the problem. ``` $ clang --version clang version 8.0.0 (tags/RELEASE_800/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/8/bin $ CC=clang make clang...
Don't pop the only inboxdir from inboxdirs set. We need it later to actually reinit the inboxdir. Signed-off-by: Denis Efremov
In init mode opts.inboxdir is a string. get_inboxdirs() accepts a list. Thus the string is interpreted as a list of chars resulting in get_inboxdirs() returns an empty set. This means...
Hi, is there any known existing CDN for preload_bundle_url setting? https://github.com/mricon/grokmirror/blob/b5ffa134cbee8913177ae3dc7d4db40a637c5cfa/grokmirror.conf#L118 cdn.kernel.org or something?
- Replace deprecated 'python setup.py' with 'python -m build' - Update authentication to use PyPI API token instead of username/password - Add package verification step with 'twine check' - Update...