Comment by badc0ffee Comment by badc0ffee 2 days ago 1 reply Copy Link View on Hacker News You could always `bzero` or `memset` the entire struct to 0.
Copy Link trinix912 2 days 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.