Skip to content

Conversation

@tomo-rapidspace
Copy link

The following line in project.c in function GetFirstDetectionMatch was copying 100 bytes in an array of 64 bytes erasing several global variables like g_uiDevNum:

memcpy(TypeName,binfo.TypeName, sizeof(binfo.TypeName));

The following line in project.c in function GetFirstDetectionMatch was
copying 100 bytes in an array of 64 bytes erasing several global
variables like g_uiDevNum:

memcpy(TypeName,binfo.TypeName, sizeof(binfo.TypeName));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants