You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.
[Name]_Interface_Telemetry_SendAll() is poorly written
A chance for buffer overrun and stack corruption
These should not be on the stack as MAX_MESSAGE_SIZE is 512 and these should be
implemented with snprintf instead of sprintf.
File structure
The implementation files are on root but the interfaces are inside utilities. this is confusing.
[Name]_Interface_Telemetry_SendAll() is poorly written
A chance for buffer overrun and stack corruption
These should not be on the stack as MAX_MESSAGE_SIZE is 512 and these should be
implemented with snprintf instead of sprintf.
File structure
The implementation files are on root but the interfaces are inside utilities. this is confusing.
The text was updated successfully, but these errors were encountered: