Skip to content
Snippets Groups Projects
  • Vladimír Čunát's avatar
    e9c94f53
    ci: fixup lint:scan-build · e9c94f53
    Vladimír Čunát authored
    I have no idea why this one appeared right now (part not touched),
    and it does not make sense at all:
    
    ../../../lib/utils.c:524:20: warning: Out of bound memory access (accessed memory precedes memory block)
            buf[len_need - 1] = 0;
            ~~~~~~~~~~~~~~~~~~^~~
    Verified
    e9c94f53
    History
    ci: fixup lint:scan-build
    Vladimír Čunát authored
    I have no idea why this one appeared right now (part not touched),
    and it does not make sense at all:
    
    ../../../lib/utils.c:524:20: warning: Out of bound memory access (accessed memory precedes memory block)
            buf[len_need - 1] = 0;
            ~~~~~~~~~~~~~~~~~~^~~