Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 150 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 150 Bytes

2.72

A. Because maxbytes-sizeof(val) always return unsigned type, so the memcpy will exe anytime.

B. if(maxbytes - int(sizeof(val)) >= 0)