Daniel Pinto

Results 4 issues of Daniel Pinto

Different versions of glibc use either open or openat for the opendir function. This commit adds logic to use the correct rule for each glibc version, namely: - Until 2.14...

The need for casting negative syscall arguments depends on the glibc version. This affects the rules for the openat syscall which uses the constant AT_FDCWD that is defined as a...

OpenSSH renamed the moduli generation flags on 2019-12-30 (https://github.com/openssh/openssh-portable/commit/3e60d18fba1b502c21d64fc7e81d80bcd08a2092). The new flags break compatibility with older versions and any code that uses them should switch to the new flags.

The entries in dropdown to select the cache to clear are missing a closing parentheses after the cache backend. This patch adds it.