Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zmalloc.h uses size_t, which requires stddef. It seems like all the previous code paths were properly including it except for ASAN, which uses libc malloc and skips the special mac only malloc inclusions. Example failure: https://github.com/valkey-io/valkey/actions/runs/9143545732/job/25140329029 See https://github.com/valkey-io/valkey/actions/runs/9149533754/job/25153263875. Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
- Loading branch information