librdb
librdb copied to clipboard
Use After Free error
Thanks for this project; I was able to migrate off of Redis 7.4 after I inadvertently upgraded my databases.
To get it to build under Debian I had to comment out -Werror
from deps/redis/Makefile
as it was complaining about a potential use-after-free
error. With that commented out it built and ran fine (once I figured out I needed to clone hiredis
; might want to add that to the documentation).