Michael Heimpold
Michael Heimpold
Sidenote: the assert would usually go away when the library is compiled without "debug mode" and then `ctx->slave` is still -1 which would result in `req[0] = 0xff` as address...
I did not completed with a review, but one point I don't like is the introduction of another usage of "short" - it has a "slightly antiquated flavor". Why not...
It looks like the new `use-bundle-signing-time` could do the trick. Will test it...
Just for the record: I finally found time to test whether `use-bundle-signing-time` works for my scenario and yes, it does (as expected). Since I'd like to keep full validity period...
Yes, you are right. I've specified pre- and post-install hooks for each slot. The pre-install hooks do nothing really important at the moment, other than printing the environment for debugging...
Since I just stumpled over this one year old bug again, I discussed it with management and we tend to prepare a PR to fix it. However, I would need...
I fully understand your points. However, in my setup, SteVe is listening on localhost only and proxied by an Apache server - no M2M/VPN tunnel involved. In such a setup,...
Makes sense, go for it.
I think this is expected behavior and not a bug: since you pass the parameters to sudo, the script then runs as user root and it tries to locate the...
The php8-pecl-sodium package is also available in 22.03 branch. @Livy-Inverse do you have a chance to test it? To be honest, I don't checked yet in detail, whether there is...