On Do, 29 Jan 2026, Christ van Willegen wrote:
> Op do 29 jan 2026, 19:46 schreef Christian Brabandt <[email protected]>: > > patch 9.1.2113: potential NULL pointer dereference issues > > Commit: > --- a/src/terminal.c > +++ b/src/terminal.c > > > + state = vterm_obtain_state(vterm); > + if (state == NULL) > + { > + return FALSE; > + } > > > The {} are unneeded. Thanks, Christian -- To be or not to be. -- Shakespeare To do is to be. -- Nietzsche To be is to do. -- Sartre Do be do be do. -- Sinatra -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/aXx%2BbwSYk87pd1j5%40256bit.org.
