diff options
author | James McCoy <jamessan@jamessan.com> | 2024-01-05 22:56:34 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2024-01-06 06:57:31 -0500 |
commit | 8861ad83fd7fe795ef3c77f0886694ffd7cd8184 (patch) | |
tree | 1b163097ad8c9a828e2a619d4402c9a84ca63b28 /scripts/gen_vimdoc.py | |
parent | 28c183b38cdc00436d95af80ee8e34e4793ee38d (diff) | |
download | rneovim-8861ad83fd7fe795ef3c77f0886694ffd7cd8184.tar.gz rneovim-8861ad83fd7fe795ef3c77f0886694ffd7cd8184.tar.bz2 rneovim-8861ad83fd7fe795ef3c77f0886694ffd7cd8184.zip |
fix(test/tui_spec): pass the expected NULL-sentinel to execl()
Since execl() is a variadic function, it requries a NULL-terminal to
indicate the end of its argument list, c.f. exec(3)
> The first argument, by convention, should point to the filename
> associated with the file being executed. The list of arguments *must*
> be terminated by a null pointer
This fixes the failure seen on aarch64 and i386, due to garbage data
being considered part of the variadic arguments.
Diffstat (limited to 'scripts/gen_vimdoc.py')
0 files changed, 0 insertions, 0 deletions