RenZY
RenZY
The function *read_inner* at crates/proto/src/rr/domain/name.rs: 981:1: 981:93 is a recursive function. Maybe Some special input can make it recursive deeply and cause stack overflow? For example: let btyes = vec![..............];...
When I try to `POST` json data into dapr sidecar using url `http://localhost:3500/v1.0/state/statestore/post`, it turns out to be: ``` {"errorCode":"ERR_DIRECT_INVOKE","message":"failed getting app id either from the URL path or the...
I am trying to write `delete_state` function in Rust Dapr SDK which depends on `DELETE` method in `wasemedge_http_req`. But `wasmedge_http_req` does not support `DELETE` method so far. It only supports...
Hello~ We have found two recursive functions in crate **prost-build**. 1. **add_message** at **prost-build/src/message_graph.rs:60:5: 60:68** 2. **append_message** at **prost-build/src/code_generator.rs:120:5: 120:59 Maybe we can construct a nested input to make this...