agent: Eliminate a memset() for local variable initialisation
Stack variables can be initialised to zero by explicit assignment. This introduces no functional changes.
Showing
Please register or sign in to comment
Stack variables can be initialised to zero by explicit assignment. This introduces no functional changes.