David Legault

Results 12 issues of David Legault

### Problem Description I'm working on some PKCS#11 stuff wrapping embedded SoC HSMs and many of these require some custom attributes for various reasons. Would there be any interest in...

This prevents conflicts with true/false defined in stdbool.h fixes #472

On platforms which have stdbool.h and the true/false as macros, things like below cause issues > p11_attr.c: In function 'pkcs11_addattr_bool': > p11_attr.c:126:18: error: expected identifier or '(' before numeric constant...

We're building toybox as part of larger set of projects and basically the global make command we launch is akin to make ... > log.txt 2>&1 But for some reason...

If you do something like mkdir test cd test mkdir blah touch blah/bleh rm -rf blah/.* toybox will try to delete the parent folder because .* matches both '.' and...

Adding Pure EdDSA using ed25519 and ed448 keys to pkcs11-tool. I used @dengert changes here to wire ed448 keys to be able to generate them using my custom soft hsm:...

I've noticed that commands like cp, for example, will fail silently when they encounter an error such as ENOSPC on a filesystem. I've added and tested adding a simple addition...

If you diff from stdin in a read-only location, the creation of the temporary file to fill in the contents of stdin fails. Wouldn't it be preferable to check if...

I tried fold on both Linux and QNX and the tests fail. Not sure if it was known and if the command is actively tested. I checked if any fixes...

# Describe the bug I see this currently with the new rollout of gcovr 8.0 and gcc14 with the new conditions coverage in our environment. Still trying to narrow down...

Type: Bug