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
[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:
Thanks for feedback @uriel-kluk . Like other one I recently closed, I'm closing this as well since it's not our repo directly that can fix and @JerryYangKai is tracking.
[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 ofsprintf
.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: