Michael Orlitzky

Results 57 issues of Michael Orlitzky

In https://github.com/Cisco-Talos/clamav/commit/ed630ab5a94c0f00f0496669b2fbe130e3bfa75e the PID file was moved to `/run/clamav`. Since `/run/clamav` is typically writable by the clamav user (so that he can create the socket after dropping privileges), this reintroduces...

I was running imapsync recently and noticed this flag description, ``` --pidfile str : The file where imapsync pid is written, it can be dirname/filename complete path. The default name...

pidfile
Security

This was reported on Gentoo at https://bugs.gentoo.org/878987, and I've verified that it still happens with the latest v0.3.23. The `-Wlto-type-mismatch` flag warns about type mismatches in global declarations from different...

The names of the pkgconfig files we use to look up libsasl2 and libldap are outdated(?). In any case, they're wrong now. The commit messages give pointers to the upstream...

There are some tests in configure.ac that contain, int main() { ... } That's not the correct signature for main() according to the C standard, and newer compilers are going...

This fixes a build failure on musl, reported at https://bugs.gentoo.org/896048

The `--with-ldns` flag is supposedly for use with `--with-unbound`, but Unbound itself hasn't used ldns in a decade. It looks like the flag was only originally needed to fix libunbound...

Hello, I've encountered two issues with the way directory permissions are handled. The code (repeated twice) looks like, ```php if ( ! defined( 'FS_CHMOD_DIR' ) ) { define( 'FS_CHMOD_DIR', (...

Original report at https://bugs.gentoo.org/928409 In short, ``` ============================= test session starts ============================== platform linux -- Python 3.10.14, pytest-8.1.1, pluggy-1.4.0 -- /var/tmp/portage/dev-python/fpylll-0.6.1/work/fpylll-0.6.1-python3_10/install/usr/bin/python3.10 cachedir: .pytest_cache rootdir: /var/tmp/portage/dev-python/fpylll-0.6.1/work/fpylll-0.6.1 configfile: pytest.ini testpaths: tests, docs,...

Hi, I (quite accidentally) noticed that the `imagen` program is using predictable paths under `/tmp`: ```sh COM=/tmp/imagen-com.$$ TMPPNG=/tmp/imagen-tmp-png.$$ ``` In particular, `$COM` is used to run code: ```sh ${GS} ${GSOPTS}...