The GitHub Actions job "CI" on kvrocks.git/unstable has failed.
Run started by GitHub user git-hulk (triggered by git-hulk).

Head commit for run:
784344e3c34db8d9df2065f42f998af46dae8d09 / Songqing Zhang 
<[email protected]>
fix(conf): cap proto-max-bulk-len to 4 GiB instead of UINT64_MAX  (#3419)

 Change proto_max_bulk_len to 4G so that bulk_len_+2 used for
CRLF accounting in RESP parsing can never wrap around, see` if
(evbuffer_get_length(input) < bulk_len_ + 2) return Status::OK();` in
[code](https://github.com/apache/kvrocks/blob/da5e46307047b3e89753f0c9c02996430e758a5f/src/server/redis_request.cc#L123).

---------

Co-authored-by: hulk <[email protected]>

Report URL: https://github.com/apache/kvrocks/actions/runs/23997130907

With regards,
GitHub Actions via GitBox

Reply via email to