mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
regexp: assert nonnull pointer for regnext()
This commit is contained in:
parent
4a6ab3494a
commit
f81619aafe
@ -5522,6 +5522,7 @@ do_class:
|
||||
* there is an error.
|
||||
*/
|
||||
static char_u *regnext(char_u *p)
|
||||
FUNC_ATTR_NONNULL_ALL
|
||||
{
|
||||
int offset;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user