Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 288 Bytes

sizeofDivisionMemfunc.md

File metadata and controls

11 lines (6 loc) · 288 Bytes

Pattern: Division by result of sizeof()

Issue: -

Description

Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead?

Further Reading