Date: 2024-11-06 20:45:35
Score: 1.5
Natty:
- To be sure the correct byte size is used:
try:
(sizeof(int16_t)
instead of
sizeof(uint16_t))
- return values should be checked.
- Error checking is also a good practice.
Reasons:
- Low length (1):
- Has code block (-0.5):
- Low reputation (1):
Posted by: john doe