Comment by badc0ffee Comment by badc0ffee 3 months ago 1 reply Copy Link View on Hacker News You could always `bzero` or `memset` the entire struct to 0.
Copy Link trinix912 3 months ago Collapse Comment - But only if it contains strictly POD members, otherwise it's UB. Reply View | 0 replies
But only if it contains strictly POD members, otherwise it's UB.