History log of /netbsd-src/external/bsd/file/dist/magic/magdir/git (Results 1 – 2 of 2)
Revision Date Author Comments
# 25f16eea 09-Apr-2021 christos <christos@NetBSD.org>

2021-03-30 20:21 Christos Zoulas <christos@zoulas.com>

* release 5.40

2021-02-05 16:31 Christos Zoulas <christos@zoulas.com>

* PR/234: Add limit to the number of bytes to scan for encoding

2021-03-30 20:21 Christos Zoulas <christos@zoulas.com>

* release 5.40

2021-02-05 16:31 Christos Zoulas <christos@zoulas.com>

* PR/234: Add limit to the number of bytes to scan for encoding
* PR/230: Fix /T (trim flag) for regex

2021-02-01 12:31 Christos Zoulas <christos@zoulas.com>
* PR/77: Trim trailing separator.

2020-12-17 15:44 Christos Zoulas <christos@zoulas.com>

* PR/211: Convert system read errors from corrupt ELF
files into human readable error messages

2020-12-08 16:24 Christos Zoulas <christos@zoulas.com>

* fix multithreaded decompression file descriptor issue
by using close-on-exec (Denys Vlasenko)

2020-06-27 11:58 Christos Zoulas <christos@zoulas.com>

* Exclude surrogate pairs from utf-8 detection (Michael Liu)

2020-06-25 12:53 Christos Zoulas <christos@zoulas.com>

* Include # to the list of ignored format chars (Werner Fink)

show more ...


# eff51ed2 17-Dec-2019 christos <christos@NetBSD.org>

Import 5.38:
- Always accept -S (no sandbox) even if we don't support sandboxing
- More syscalls elided for sandboxiing
- For ELF dynamic means having an interpreter not just PT_DYNAMIC
- Check f

Import 5.38:
- Always accept -S (no sandbox) even if we don't support sandboxing
- More syscalls elided for sandboxiing
- For ELF dynamic means having an interpreter not just PT_DYNAMIC
- Check for large ELF session header offset
- When saving and restoring a locale, keep the locale name in our
own storage.
- Add a flag to disable CSV file detection.
- Don't pass NULL/0 to memset to appease sanitizers.
- Avoid spurious prints when looks for extensions or apple strings
in fsmagic.
- Add builtin decompressors for xz and and bzip.
- Add a limit for the number of CDF elements.
- More checks for overflow in CDF.

show more ...