diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-04-26 11:40:29 +0200 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-04-27 15:55:03 +0200 |
commit | 8ee09a3bd27a61740c366d8b4373e1f19191840c (patch) | |
tree | ecb9dc561b02cf49748867b10030e5cf04cc90d3 /runtime/doc/manpages/vim.1 | |
parent | d9441444afa3e99c8116ad01b11614886aa53524 (diff) | |
download | rneovim-8ee09a3bd27a61740c366d8b4373e1f19191840c.tar.gz rneovim-8ee09a3bd27a61740c366d8b4373e1f19191840c.tar.bz2 rneovim-8ee09a3bd27a61740c366d8b4373e1f19191840c.zip |
Fix warnings: ex_getln.c: init_history(): Nonnull attr passed null: HI.
Problem : Argument with 'nonnull' attribute passed null @ 4227.
Diagnostic : Harmless issue.
Rationale : It's true we're calling memset with NULL pointer, but it's
also true we're doing it with zero size. We just thought
that would work and do nothing (it was a way of avoiding
to add a guard). It doesn't work, though, as memset
requires nonnull arguments.
Resolution : Add guard to avoid null argument.
Diffstat (limited to 'runtime/doc/manpages/vim.1')
0 files changed, 0 insertions, 0 deletions