diff options
author | James McCoy <jamessan@jamessan.com> | 2021-05-06 00:08:06 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2021-05-06 18:57:22 -0400 |
commit | efed75f91638bc52a2a551683c2f7a1da4a1e3ea (patch) | |
tree | c3b0ab80b450b492ae6d2d42da13d9e486842f14 /runtime/lua/vim/lsp/util.lua | |
parent | d9eaca99bea21829e2396b190409c33fe71bcb40 (diff) | |
download | rneovim-efed75f91638bc52a2a551683c2f7a1da4a1e3ea.tar.gz rneovim-efed75f91638bc52a2a551683c2f7a1da4a1e3ea.tar.bz2 rneovim-efed75f91638bc52a2a551683c2f7a1da4a1e3ea.zip |
coverity/331377: os_fopen: Remove invalid iflags assert
If the O_* flags were non-zero, then ORing the flags would always be
true. However, the O_* flags aren't guaranteed to be non-zero, so the
assert is invalid in the first place.
Diffstat (limited to 'runtime/lua/vim/lsp/util.lua')
0 files changed, 0 insertions, 0 deletions