dtmt/lib
Lucas Schwiderski 08219f05ba
sdk: Fix reading strings
Fatshark has a few weird string fields, where they provide a length
field, but then sometimes write a shorter, NUL-terminated string into
that same field and adding padding up to the "advertised" length.
To properly read those strings, we can't rely on just the length field
anymore, but need to check for a NUL, too.
2024-07-19 09:48:21 +02:00
..
ansi-parser@27beb4bc1f Vendor ansi-parser 2023-11-08 09:43:18 +01:00
color-eyre@b40962a61c Fix clippy lints 2024-05-15 13:41:42 +02:00
dtmt-shared dtmt-shared: Write log lines to stderr 2024-07-19 09:48:15 +02:00
luajit2-sys@5d1a075742 Update bindgen 2024-05-15 21:57:45 +02:00
nexusmods Update reqwest 2024-05-15 18:52:58 +02:00
oodle Update bindgen 2024-05-15 21:57:45 +02:00
sdk sdk: Fix reading strings 2024-07-19 09:48:21 +02:00
serde_sjson@73d2b23ce5 chore: Update serde_sjson 2023-03-15 21:31:38 +01:00