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
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