diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-17 11:36:48 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-18 22:00:03 +0100 |
commit | 5c00f8c13244727845cd2de194f4e09c04ed4d8a (patch) | |
tree | 4bf62b6f04614be7a8fac15455b9c9a57b95321a /runtime/doc/manpages/it/vimdiff-it.1 | |
parent | 97be8d45f4e52aa33d37a831c26e24235ec55220 (diff) | |
download | rneovim-5c00f8c13244727845cd2de194f4e09c04ed4d8a.tar.gz rneovim-5c00f8c13244727845cd2de194f4e09c04ed4d8a.tar.bz2 rneovim-5c00f8c13244727845cd2de194f4e09c04ed4d8a.zip |
Fix warnings: eval.c: do_return(): Np dereference: FP.
Problem : Dereference of null pointer @ 18841.
Diagnostic : False positive.
Rationale : Suggested error path takes `reanimate` branch at 18827,
assigning `rettv = current_funccal->rettv`. Then,
inmediately after, it supposes rettv is null, which cannot
happen, since current_funccal->rettv should always be non
null.
Resolution : Assert current_funccal->rettv non null.
Diffstat (limited to 'runtime/doc/manpages/it/vimdiff-it.1')
0 files changed, 0 insertions, 0 deletions