diff options
author | Devon Gardner <devon@goosur.com> | 2024-10-07 23:22:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-07 23:22:09 +0000 |
commit | 60e1862ccba744c4252d30f043bb077c2c657427 (patch) | |
tree | 37ff67663a6ec42535d3ce8259ddacf83ef68685 /scripts/gen_help_html.lua | |
parent | 5805716ca4dac8f214ed5fd8c3f0a5905a394e8c (diff) | |
download | rneovim-60e1862ccba744c4252d30f043bb077c2c657427.tar.gz rneovim-60e1862ccba744c4252d30f043bb077c2c657427.tar.bz2 rneovim-60e1862ccba744c4252d30f043bb077c2c657427.zip |
fix(coverity/510275): linematch out of bounds access (#30687)
Problem:
Int pointer cast to unsigned long pointer causes potential memory
corruption.
Solution:
Cast and store value first, then pass the new pointer.
Diffstat (limited to 'scripts/gen_help_html.lua')
0 files changed, 0 insertions, 0 deletions