veilid/veilid-core
Teknique 7fa1df0474 Check b.len() < Self::FIXED_SIZE, not b.len() < 4
The original thinking was that if len(b) < FIXED_SIZE, then that would
be picked up later by the "invalid member length" check. In that case,
this only really *needs* to make sure that the check after this for
"wrong fourcc" wouldn't fail. But if len(b) < FIXED_SIZE, it really is
an invalid size, and should get that error message before even starting
to validate its other qualities.
2023-07-25 08:39:15 -07:00
..
proto protocol level capabilities 2023-07-04 12:35:48 -04:00
src Check b.len() < Self::FIXED_SIZE, not b.len() < 4 2023-07-25 08:39:15 -07:00
tests remove rkyv 2023-07-15 19:35:22 -04:00
.gitignore
build.rs
Cargo.toml 0.1.6 2023-07-22 16:28:05 -04:00
LICENSE.md licensing 2023-07-19 12:48:44 -04:00
run_tests.sh removing dev branch, many changes 2023-05-29 19:24:57 +00:00
run_windows_tests.bat add tests for windows 2022-12-01 18:40:17 -05:00
webdriver.json