157
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2024 — May 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use CCAST, instead of __UNCONST
christos
as Christos Zoulas
More... over 8 years ago
when the pattern search length is 0, search for the empty string instead of the original string because the original string might not be NUL-terminated. Found by oss-fuzzer.
christos
as Christos Zoulas
More... over 8 years ago
make sure we don't exceed the array sie if nbytes is odd. Found by oss-fuzz
christos
as Christos Zoulas
More... over 8 years ago
Escape the . and provide more text for BSD make (Joerg Jenderek)
christos
as Christos Zoulas
More... over 8 years ago
overhaul with more detail from Joerg Jenderek, many thanks!
christos
as Christos Zoulas
More... over 8 years ago
PR/583: Lukas Koldrt: Don't attempt to read 0 sized stream.
christos
as Christos Zoulas
More... over 8 years ago
PR/580: Johannes Niediek: Bump PNG strength to beat DOS/MBR
christos
as Christos Zoulas
More... over 8 years ago
PR/579: Andre: Avoid possible infinite recursion in out of memory from *asprintf
christos
as Christos Zoulas
More... over 8 years ago
PR/578: Roger H: Add SVG HTML file magic
christos
as Christos Zoulas
More... over 8 years ago
PR/577: David Korth: This patch adds detection for the following GameCube disc image formats:
christos
as Christos Zoulas
More... over 8 years ago
PR/576: Rin Okuyama: Fix endianness info of PCF fonts
christos
as Christos Zoulas
More... over 8 years ago
Limit targa more, otherwise it picks up things like: help_relation.frm: MySQL table definition file Version 9, type MYISAM, MySQL version 50146
christos
as Christos Zoulas
More... over 8 years ago
Split SPIR into GPU
christos
as Christos Zoulas
More... over 8 years ago
Harden magic to fix regression: An old WordPerfect4 files got mis-detected as : "DOS 2.0 backed up file \313\300, split file, sequence 266" (Christoph Biedl)
christos
as Christos Zoulas
More... over 8 years ago
Khronos SPIR-V file and Lytro Light Field Picture magic from Mike Weiblen
christos
as Christos Zoulas
More... over 8 years ago
Today's changes
christos
as Christos Zoulas
More... over 8 years ago
Fix error checking in the simple case (one digit length) of der magic. (Jonas Wagner)
christos
as Christos Zoulas
More... over 8 years ago
Add msdos backup entries (Christoph Biedl)
christos
as Christos Zoulas
More... over 8 years ago
Allow @ in extension
christos
as Christos Zoulas
More... over 8 years ago
More bit rates from Ubuntu via Christoph Biedl https://xiph.org/flac/format.html#def_STREAMINFO
christos
as Christos Zoulas
More... over 8 years ago
put the actual version in the ChangeLog
christos
as Christos Zoulas
More... over 8 years ago
PR/534: jeffrey: Fix msx wrong continuation level
christos
as Christos Zoulas
More... over 8 years ago
new yara magic from Christoph Biedl
christos
as Christos Zoulas
More... over 8 years ago
better old office document detection (Christoph Biedl)
christos
as Christos Zoulas
More... over 8 years ago
fix joined line
christos
as Christos Zoulas
More... over 8 years ago
Sync with file.man describing the location and format of magic files.
christos
as Christos Zoulas
More... over 8 years ago
welcome to 5.29
christos
as Christos Zoulas
More... over 8 years ago
more c++ casts
christos
as Christos Zoulas
More... over 8 years ago
More bug fixes.
christos
as Christos Zoulas
More... over 8 years ago
When loading multiple magic files as in -m foo.mgc:bar and one of them fails, don't free the magic list entries, since the second can load successfully and we'll still work. Print a warning though when that happens. Reported by Christoph Biedl
christos
as Christos Zoulas
More... over 8 years ago