• gabrielC's avatar
    bug fixes from Fujitsu (bug 26) · 899d1506
    gabrielC authored
    ```-------------------------------------------------------
    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
rlc_am_test.c 55.5 KB