Skip to content
Snippets Groups Projects
Commit 899d1506 authored by gabrielC's avatar gabrielC Committed by Cedric Roux
Browse files

bug fixes from Fujitsu (bug 26)

----------------------------------------------------------
bug 26

Ttile:
g_buffer has only 32 index, but he/she tries to zero clear
1024 index.

Bug Location:
static uint8_t g_buffer[32];
:
memset (g_buffer, 0, 1024);

Note:
Detected by CppCheck
----------------------------------------------------------
parent adb3b25c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment