mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 15:11:20 +00:00
e6f5a2073c
* fix: crash when passing empty arguments Fix the case where we pass an empty argument, which then is parsed as an empty string view with null pointer. The null pointer is not handled correctly by our low level c code, hence switch to using ""sv for that. * chore: add more list asserts + improve test_hypothesis --------- Signed-off-by: Roman Gershman <roman@dragonflydb.io> |
||
---|---|---|
.. | ||
benchmark.yml | ||
bullmq-tests.yml | ||
ci.yml | ||
cov.yml | ||
daily-builds.yml | ||
daily-sanitizers.yml | ||
docker-release.yml | ||
docker-weekly.yml | ||
regression-tests.yml | ||
release.yml | ||
reusable-container-workflow.yaml | ||
scorecard.yml | ||
test-fakeredis.yml |