Nick Rosbrook
Nick Rosbrook
**Description** I am seeing some test failures in Debian and Ubuntu package builds, only for the armhf architecure. I suspect this is because armhf is 32-bit. Specifically, `gna/bug071` fails with...
Firstly, I consider this a sort of RFC because I know that it cannot be merged in the current state. But, I think making this change is worthwhile, specifically for...
A couple mvwprintw() calls result in build errors like: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘time_t’ {aka ‘long int’} [-Werror=format=] Update these calls...
While working with c-for-go, I've encountered the following issue. Suppose you have a header file that looks something like this: ```C // example.h typedef enum my_type { FOO = 1,...
The print format for X509v3 authority key identifier was changed in openssl, and in openssl >= 3.0 the `keyid:` prefix is no longer included in most cases. See https://github.com/openssl/openssl/commit/86afd005fb8184e37c41d85128a01b58ac152d60 and...
There is already a set of rules to allow mounts with options=(ro,remount,bind,nosuid,noexec,nodev). Expand on this slightly by also allowing mounts with options=(ro,remount,bind,nosuid,noexec,nodev,nosymfollow). Without this change, systemd hits an AppArmor denial...
With go 1.18 coming, it would be good to investigate the use of generics in the vici API. On area that may be useful is around the `Message` type, since...
Before commit 7c764d4599 ("switch-root: always use MS_BIND to move api vfs over"), when switching root from an initrd, the old procfs, sysfs, /dev/ and /run would be moved using MS_MOVE....