R. Christian McDonald

Results 10 issues of R. Christian McDonald

PHP internals supports a clever struct allocation hack that allows you to allocate arbitrary memory in front of zend_objects to store any C data. Then OffsetOf can be used to...

https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_INIT_set_config_file_flags.html > OPENSSL_INIT_NO_ATEXIT > By default OpenSSL will attempt to clean itself up when the process exits via an “atexit” handler. Using this option suppresses that behaviour. This means that...

TLS

Fixes: https://github.com/freebsd/pkg/issues/2191 https://github.com/curl/curl/pull/12153 We should keep this until upstream curl takes this patch.

edit: looks like an issue with openssl https://github.com/openssl/openssl/issues/17312 edit2: this is actually an issue with curl https://github.com/curl/curl/pull/12153 Enabling legacy providers in /etc/ssl/openssl.cnf and using `pkg+https` url scheme causes pkg to...

This knob explicitly disables procctl hardening support on platforms that provide it (i.e. FreeBSD). This build option is necessary in order for child processes spawned by scripts to be reparented...

- Adds support for PEP489. - Indirectly addresses a missing `Py_INCREF` that can cause segfaults when used by embedded interpreters.

I'm running 6 RTSP streams using VLC (rpisurv3). I'm assuming this is a resource consumption issue, but when I use raspi2png to grab a screenshot , I see some pretty...

**Current behavior** Currently all the business logic for `unbound-control` is self-contained within `unbound-control.c`. **Describe the desired feature** Break out this core functionality into a shared library (say `libunbound-control`) and reimplement...

The logic here doesn't seem correct. If `filename` is not specified (which would be a programmer error), the result of `config_read` should not be 1 (success), but rather 0 (error).