Chris Down
Chris Down
Hi there! Most modern Android devices use exfat/sdfat on the backing device. These filesystems strip trailing dots on path components as stripped as part of path resolution. ``` % dd...
It's possible (but highly unlikely) right now we may race on disable/enable if there was a lot of clipboard spam. It would be better to record the current X server...
We currently blindly send the configured reload signal (e.g. SIGHUP or SIGUSR1) to the main service PID for notify-reload units, even if the service hasn't installed a userspace handler. This...
During daemon-reload, when a unit becomes an alias to another unit, deserialising the alias's stale serialised state corrupts the canonical unit's live runtime state. Consider this scenario: 1. Before reload:...