Learn more about cloning repositories
You have read-only access
Remove gratuitous local variable initialization: it's better to let the compiler detect use-before-initialization. Use the safer `memset(p, ..., sizeof(*p))` idiom.