Skip to content

Conversation

@sfeifer
Copy link
Contributor

@sfeifer sfeifer commented Nov 17, 2025

With the change from using redis to valkey, we also want to change the underlying libraries. The libvalkey library is the valkey friendly replacement for the redis and hireds-cluster libraries we previously used.

return NULL;
}
if (subcmd == NULL) {
subcmd = alloca(arg1_len);

Check failure

Code scanning / CodeQL

Call to alloca in a loop High library

Stack allocation is inside a
while (...) ...
loop.
@sfeifer sfeifer force-pushed the libvalkey-migration branch from 004e3e3 to 44b4fa9 Compare November 26, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant