• Nils Goroll's avatar
    silence flexelint · b6d06245
    Nils Goroll authored
    Dridi, phk and myself all stared at this piece of code and see no issue:
    res has been calloc'ed l elements. For any res[i] and res[j] access, i
    and j are less than l, respectively. l is not increased after the
    initial count of elements in s.
    
    Ref 9947307d
    
    Flexelint error:
    
                               _
    		res[i] = vp;
    mgt/mgt_vcl.c  749  Warning 661: Possible access of out-of-bounds
        pointer (1 beyond end of data) by operator '[' [Reference:
        file mgt/mgt_vcl.c: lines 719, 722, 727, 744, 747, 749]
    mgt/mgt_vcl.c  719  Info 831: Reference cited in prior message
    mgt/mgt_vcl.c  722  Info 831: Reference cited in prior message
    mgt/mgt_vcl.c  727  Info 831: Reference cited in prior message
    mgt/mgt_vcl.c  744  Info 831: Reference cited in prior message
    mgt/mgt_vcl.c  747  Info 831: Reference cited in prior message
    mgt/mgt_vcl.c  749  Info 831: Reference cited in prior message
    b6d06245
Name
Last commit
Last update
.circleci Loading commit data...
.github Loading commit data...
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
tools Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
.lgtm.yml Loading commit data...
.syntastic_c_config Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.Packaging Loading commit data...
README.rst Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
flint.lnt Loading commit data...
varnish-legacy.m4 Loading commit data...
varnish.m4 Loading commit data...
varnishapi-uninstalled.pc.in Loading commit data...
varnishapi.pc.in Loading commit data...
vtc.am Loading commit data...