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