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
I have been testing automated firmware testing tools and found an input that results in a crash.
Crash occurs in protocol_process_ReadValue at protocol.c:48.24. newMsg->code is not initialized thus crashing the program due to an invalid memory read.
Hello,
I have been testing automated firmware testing tools and found an input that results in a crash.
Crash occurs in
protocol_process_ReadValue
at protocol.c:48.24.newMsg->code
is not initialized thus crashing the program due to an invalid memory read.Cause:
Initialisation of
newMsg
missing on line ascii_proto_func.c:414The text was updated successfully, but these errors were encountered: