Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compat/arc4random.c: use memset instead of explicit_bzero (#252)
Use memset instead of explicit_bzero to avoid the following build failure with uclibc-ng since version 10.0.3 and 837d09e: /home/fabrice/buildroot/output/host/lib/gcc/arm-buildroot-linux-uclibcgnueabi/12.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: ../compat/arc4random.o: in function `_rs_stir_if_needed': arc4random.c:(.text+0x8cc): undefined reference to `explicit_bzero' Signed-off-by: Fabrice Fontaine <[email protected]>
- Loading branch information