aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2015-02-09 19:21:19 +0100
committerEliseo Martínez <eliseomarmol@gmail.com>2015-02-11 19:10:36 +0100
commitbbfaa78dcdc1f4e3e7631c5ce6f4937bf932dc20 (patch)
tree4473f187297541923193b9d271438a7697c2982a /src/nvim/buffer.c
parent81d27d4c6bdc31c56853b2d8bd5bbd624566fb45 (diff)
downloadrneovim-bbfaa78dcdc1f4e3e7631c5ce6f4937bf932dc20.tar.gz
rneovim-bbfaa78dcdc1f4e3e7631c5ce6f4937bf932dc20.tar.bz2
rneovim-bbfaa78dcdc1f4e3e7631c5ce6f4937bf932dc20.zip
coverity/102149: Out-of-bounds access: FP.
Problem : Out-of-bounds access @ 5815. Diagnostic : False positive. Rationale : Error occurs when event_name2nr() returns NUM_EVENTS, which means an event with that name was not found. That cannot happen, as previous check using find_end_event() @ 5744 ensures event name exists. Resolution : Assert event_name2nr() result is less thatn NUM_EVENTS.
Diffstat (limited to 'src/nvim/buffer.c')
0 files changed, 0 insertions, 0 deletions