enkore
enkore
Currently: ``` | 32 byte Key | ValueA | Value B | Value C | | 32 byte Key | ValueA | Value B | Value C | | 32...
PAX/POSIX format basically means one gets to put arbitrary key/value parts into file metadata in a backwards-compatible fashion. GNU tar supports a proprietary extension for xattrs, apparently invented by Jörg...
While it's pretty clear that `re:` patterns can trivially lead to exponential CPU use, fm: and sh: are affected as well, since they translate to the same backtracing regex engine...
> if the code recurses into an excluded dir (searching for stuff that is included again in directories deeper below), > it does not archive the intermediate directories, so we...
This happens rarely when the slave receives a signal. Doesn't seem to have anything to do with a specific test, but just randomly. It's possible that this is an interaction...
When chunking sparse files the chunker will converge on an "idle tone" for runs of zeroes ~>= 2 chunks. When extracting these chunks are fetched over-and-over again, and also decrypted,...
Some PBX implementations (e.g. 3cx) seem to use the `From` header when evaluating authentication (specifically: requiring the `From` header to point to a valid extension within the system, and the...
- Does the set of flags differ by platform? (probably) - If so, when we extract an item with a flag not supported by the particular platform, does the extracted...
vtab doesn't seem to have many tests besides the smoke tests with the included modules, so I didn't add any. The new const module builder is imho a much cleaner...