Skip to content

Fix code in aws_is_mem_zeroed of AWS-C-Common

Philipp Wendler requested to merge fix-1042-aws_is_mem_zeroed into master

Fixes #1042 (closed). The original code contains a strict-aliasing violation. This removes the violating code and leaves only the loop that iterates char-wise over the buffer (which is allowed).

Merge request reports