• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

neovim / neovim / 25292
77%

Build:
DEFAULT BRANCH: master
Ran 11 Jan 2018 04:14AM UTC
Jobs 1
Files 708
Run time 31s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
25292

Pull #7839

travis-ci

web-flow
coverity/161216: get_user_input: RETURN_LOCAL

    *** CID 161216:  Memory - illegal accesses  (RETURN_LOCAL)
    /src/nvim/eval.c: 11143 in get_user_input()
    11137       rettv->vval.v_string =
    11138         (char_u *)getcmdline_prompt(inputsecret_flag ? NUL : '@', p, echo_attr,
    11139                                     xp_type, xp_arg, input_callback);
    11140       ex_normal_busy = save_ex_normal_busy;
    11141       callback_free(&input_callback);
    11142
    >>>     CID 161216:  Memory - illegal accesses  (RETURN_LOCAL)
    >>>     Using "cancelreturn", which points to an out-of-scope variable "def".
    11143       if (rettv->vval.v_string == NULL && cancelreturn != NULL) {
    11144         rettv->vval.v_string = (char_u *)xstrdup(cancelreturn);
    11145       }
    11146
    11147       xfree(xp_arg);
    11148
Pull Request #7839: coverity fixes

1 of 1 new or added line in 1 file covered. (100.0%)

89483 of 115203 relevant lines covered (77.67%)

201274.75 hits per line

Coverage Regressions

Lines Coverage ∆ File
9
100.0
src/nvim/edit.c
1
100.0
src/nvim/message.c
Jobs
ID Job ID Ran Files Coverage
7 25292.7 (GCOV=gcov CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON") 11 Jan 2018 04:14AM UTC 0
77.67
Travis Job 25292.7
Source Files on build 25292
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #25292
  • Pull Request #7839
  • PR Base - master (#25289)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc