diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2021-09-24 01:50:07 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2021-09-24 02:09:52 -0700 |
commit | d15defeb2f3b964510e0e6013a7efef7613ad26d (patch) | |
tree | bb98ad46bea2c1337991b6614442c0aa669701c1 /runtime/lua/vim/shared.lua | |
parent | 433bda405e1fa82db23660a73f275cac5ecca95e (diff) | |
download | rneovim-d15defeb2f3b964510e0e6013a7efef7613ad26d.tar.gz rneovim-d15defeb2f3b964510e0e6013a7efef7613ad26d.tar.bz2 rneovim-d15defeb2f3b964510e0e6013a7efef7613ad26d.zip |
fix(PVS V507): false positive
https://pvs-studio.com/en/docs/warnings/v507/
"Pointer to local array 'sourcing_name_buf' is stored outside the scope
of this array. Such a pointer will become invalid."
False positive: `sourcing_name = save_sourcing_name` before returning
from this scope.
Diffstat (limited to 'runtime/lua/vim/shared.lua')
0 files changed, 0 insertions, 0 deletions