Zero out some memory that scanbuild thought might be used
Review Request #716 — Created June 2, 2021 and submitted
Zero out some memory that scanbuild thought might be used
Verified that scanbuild no longer detected the errors.
Description | From | Last Updated |
---|---|---|
I think you want this instead: char buf[BUFSIZ] = { 0 }; |
rlaager |