You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add input validation to remaining functions and fix safe_strdup
- Add input validation to wasm_deparse_protobuf, wasm_parse_query_protobuf, and wasm_get_protobuf_len
- Fix safe_strdup to return NULL instead of attempting cascading allocations
- Ensures consistent error handling across all WASM wrapper functions
- All 32 tests continue to pass after changes
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments