There is a new pull request by oreo639 against master on the void-packages repository https://github.com/oreo639/void-packages llvmsancrypt https://github.com/void-linux/void-packages/pull/47919 llvm15: remove crypt interceptor for sanitizers and fix build with gcc13 [ci skip] #### Testing the changes - I tested the changes in this PR: **briefly** This fixes compiling with glibc 2.38+. crypt.h was used for getting the size of `struct crypt_data` in the crypt interceptor. The interceptor has since been removed in LLVM and gcc upstreams. Revbump since this changes the behavior of sanitizers. A patch file from https://github.com/void-linux/void-packages/pull/47919.patch is attached