Jan Janssen
Jan Janssen
I've simplified things quite a bit by moving the allocation loop into the actual printf functions. I also dropped snprintf as there's hardly any users for it. I also decided...
I've restructured the code. It should be easier to grok now that there's less indentation and code that deals with adding to the buf moved into helper functions. During all...
This can certainly wait for next cycle.
How do you even fuzz printf? Random format strings itself would create tons of UB pitfalls thanks to the insanity that is vararg functions…
I've added a fuzzer. Not sure how good that one is, though.
I think the issue is that ubuntu mold is too old. It's failing at the lto build but it works locally on my arch with 1.4.0. ``` mold: error: src/udev/ata_id.p/ata_id_ata_id.c.o:...
> We get `mold amd64 1.0.3+dfsg-2`. Should this just wait until ubuntu is updated? Yeah, think so. > Also, maybe submit the second patch separately so we can merge it?...
Here is an idea: how about a version field in the `[Unit]` section that lets services target a certain unit API level? Then whenever there is something that should really...
This should be rather trivial: The official revocation list is signed by [Microsoft Corporation KEK CA 2011](https://www.microsoft.com/pkiops/certs/MicCorKEKCA2011_2011-06-24.crt). You just need to add that one to the KEK db if microsoft...
> Nah, for the sake of doing it easy you just strip the Authentication header and resign it with the user-enrolled KEK. I don't think it's _strictly_ useless as it...