Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also change bzero to memset. bzero doesn't work on windows
- Loading branch information
Also change bzero to memset. bzero doesn't work on windows
3ae16f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uninitialised value != memleak
3ae16f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3ae16f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where did the bzero come from?
Edit: nevermind. I was the previous commit :)
3ae16f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, i fixed it like we do on BSD's but with this commit i make the code portable for Windows :) (and also fix a variable name)