Lorenzo Beretta

Results 36 comments of Lorenzo Beretta

Looks ok, and prompted me to check -- I have eglibc, musl and dietlibc installed, and none of them have strcpy_s and friends :( Btw, about strings: there's a document...

Unrelated: typo in "%.20x" -- should be a string

Unrelated(2): copy_string should return size_t, as at least on x86_64 they have a different size (I can't imagine someone copying strings that big, but even djb fell into that, see...

I came here to report the same issue... the point is that *some* implementations of man (ie man-db, used by most distros) have a non-standard "-W" option, others (in my...

@whitelynx perfect, thank you.

https://github.com/landley/toybox/commit/3470a823507ff25bf4d1880e8e1dad67b129d2af worked just fine. The trick to create the test file is to remove the sparse file first, then create a test file with `dd if=/dev/zero bs=1 count=1 seek=12345 of=test.dat`...

Maybe I'm starting to understand... ``` # bogus 'S' for i in 0.0 0.1 1.0 ; do tar cpf v"$i".tar --sparse-version=$i test.dat ; done # '0' -- probably what you...

Because '.' is used as the thousands separator. Seriously, it was weird to me as well as a computer person - I installed linux on $JOB laptop, kept the locale...

Unless I made some silly mistake, the ms issue is 99% fixed, while the locale isn't... bash(1) says "Assignments to EPOCHREALTIME are ignored", which means that you **must** use a...

Brute force solution, probably wrong but I'm too tired to debug why (`time sleep 0.$((SRANDOM % (1