Block a user
Avoid nullptr subtraction when flushing scalars at EOF
Handle null parser in WeaselJsonParser_reset and _destroy
Fix undefined behavior on empty input in strinc() and prefixRange()
strinc() and prefixRange() invoke undefined behavior on empty input
WeaselJsonParser_reset / _destroy crash on null parser
EOF flush for scalars ending at chunk boundary subtracts null pointers
Parser accepts invalid UTF-16 surrogate pairs (low-low) as valid
RealDataBench.cpp reads past line bounds and passes invalid versions
Python WeaselJsonParser constructor calls sys.exit(1) when the shared library is missing
src/json_value.h uses uint8_t without including <cstdint>
Invalid WriteRange inputs (inverted begin/end or negative lengths) crash instead of being rejected
Generated RootBuilder dereferences null when WeaselJsonParser_create fails