| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
We do this in other places - set everything to 0 and then override other fields. If someone adds a new field which should be initialised to 0 they will probably not bother to update initialisation. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I believe this memset is unnecessary as all of the struct fields (except for cf_finally_used) are initialized explicitly anyway. Therefore removing it and initializing cf_finally_used explicitly as well.