summaryrefslogtreecommitdiff
path: root/proxy_lua.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-08-12 14:51:53 -0700
committerdormando <dormando@rydia.net>2022-08-12 14:51:53 -0700
commitd296cc03271197e214038d51b4a60716f2a70e8f (patch)
tree2eba72fb731eeae8b128ffd20fdf07a6d82d7ab9 /proxy_lua.c
parent0e0b0c2d373c738b402f6725b36b5b22e935ca0c (diff)
downloadmemcached-d296cc03271197e214038d51b4a60716f2a70e8f.tar.gz
log: fix obscure crashes due to size_t promotion
It dawns on me now that I should've been hinting or forcing the type at all of the LOGGER_LOG endpoints to ensure they match the va_arg side on logger.c. This patch initially swaps size_t's for int's so at least it's using less complicated promotion rules. Fixes a crash on centos 7 when logging sets via `watch mutations`
Diffstat (limited to 'proxy_lua.c')
0 files changed, 0 insertions, 0 deletions