Skip to content

Use explicit_bzero if available

Tobias Stoeckmann requested to merge tstoeckmann/libxau:explicit into master

Optimizing compilers may remove the bzero call because it is followed by free. The function explicit_bzero avoids this optimization. Use it if it is available.

Signed-off-by: Tobias Stoeckmann tobias@stoeckmann.org

Merge request reports