← Back to context Comment by badc0ffee 1 day ago You could always `bzero` or `memset` the entire struct to 0. 1 comment badc0ffee Reply trinix912 1 day ago But only if it contains strictly POD members, otherwise it's UB.
But only if it contains strictly POD members, otherwise it's UB.