mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 18:36:30 +00:00
regexp: assert nonnull pointer for regnext()
This commit is contained in:
@@ -5522,6 +5522,7 @@ do_class:
|
||||
* there is an error.
|
||||
*/
|
||||
static char_u *regnext(char_u *p)
|
||||
FUNC_ATTR_NONNULL_ALL
|
||||
{
|
||||
int offset;
|
||||
|
||||
|
Reference in New Issue
Block a user