diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-02-20 16:32:58 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-03-22 11:31:46 +0100 |
commit | fb44a233a5be72d8d1cfd02e300db7de2b4bf428 (patch) | |
tree | 45b36935e02b4763b2fc84d0d019903286ff3bc3 /runtime/doc/manpages/ja | |
parent | 4fc0291c730f3c42df4692dd91b09cfd806479d7 (diff) | |
download | rneovim-fb44a233a5be72d8d1cfd02e300db7de2b4bf428.tar.gz rneovim-fb44a233a5be72d8d1cfd02e300db7de2b4bf428.tar.bz2 rneovim-fb44a233a5be72d8d1cfd02e300db7de2b4bf428.zip |
coverity/13777: String not null terminated: RI.
Problem : String not null terminated @ 1543.
Diagnostic : Real issue.
Rationale : We are reading a struct block0, which contains some string
fields, from a file, without checking for string fields to
be correctly terminated. That could cause a buffer overrun
if file has somehow been garbled.
Resolution : Add string fields check for nul termination.
Mark issue as intentional (there seems to be no way of
teaching coverity about read_eintr being ok that way).
Helped-by: oni-link <knil.ino@gmail.com>
Diffstat (limited to 'runtime/doc/manpages/ja')
0 files changed, 0 insertions, 0 deletions