Skip to content

Fix invocations of memset with incorrect size

This fixes several warnings of memset size not being multiplied by sizeof(element_type). All of these cases only partially initialized data and thus were effectively bugs.

Merge request reports