1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 14:23:18 +03:00
fq/pkg
Mattias Wadman 5d9ffead52 decode,scalar: Map empty string also else sym might ends up nil
Later mappers should be able to rely on sym being a value of a certain type.
In this crash case tar.go  had this:
d.FieldUTF8NullFixedLen("mtime", 12, scalar.SymUParseUint(8), scalar.DescriptionSymUUnixTime)
If mtime was empty string SymUParseUint was not even called so did not bail out running
all mappers.
2022-08-04 12:23:31 +02:00
..
bitio mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
checksum crc: Unbreak build on 32-bit arch 2021-12-25 15:47:54 +01:00
cli interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
decode macho: Split into macho/macho_fat, fix offset issue and add string decoding 2022-08-02 14:36:53 +02:00
fqtest interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
interp macho: Split into macho/macho_fat, fix offset issue and add string decoding 2022-08-02 14:36:53 +02:00
ranges decode,interp: Refactor to allow decode/fillgap a range 2021-10-19 14:38:11 +02:00
scalar decode,scalar: Map empty string also else sym might ends up nil 2022-08-04 12:23:31 +02:00