diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-09-18 01:26:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 01:26:04 -0700 |
commit | 83a7d97d64a6186d6c4ec9ff290997a7239cbe76 (patch) | |
tree | a653014f453e868ef49fceeb27cb51a6b66fde84 /scripts/gen_help_html.lua | |
parent | 44afd074430a7cb612f548e651df07651019e34c (diff) | |
download | rneovim-83a7d97d64a6186d6c4ec9ff290997a7239cbe76.tar.gz rneovim-83a7d97d64a6186d6c4ec9ff290997a7239cbe76.tar.bz2 rneovim-83a7d97d64a6186d6c4ec9ff290997a7239cbe76.zip |
fix(coverity): CID 509571 Uninitialized variables #30395
/src/nvim/os/pty_proc_unix.c: 416 in pty_proc_init()
410 {
411 PtyProc rv;
412 rv.proc = proc_init(loop, kProcTypePty, data);
413 rv.width = 80;
414 rv.height = 24;
415 rv.tty_fd = -1;
>>> CID 509571: Uninitialized variables (UNINIT)
>>> Using uninitialized value "rv". Field "rv.winsize" is uninitialized.
416 return rv;
Diffstat (limited to 'scripts/gen_help_html.lua')
0 files changed, 0 insertions, 0 deletions