Skip to content
  • Gabriel's avatar
    bug fixes from Fujitsu (bug 26) · 899d1506
    Gabriel authored and Cédric Roux's avatar Cédric Roux committed
    ----------------------------------------------------------
    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
    ----------------------------------------------------------
    899d1506