]> git.ipfire.org Git - thirdparty/valgrind.git/commit
FreeBSD regtest: rename a C variable master
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 8 Apr 2026 06:30:45 +0000 (08:30 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 8 Apr 2026 06:33:16 +0000 (08:33 +0200)
commit441a0a18ecd214967dcf07244cc2838daec33a88
tree64c7cc40c4bc8cfe880e223191d9a82f864147de
parente5920ba3fed2384d1660d1e4d2cbf29aba0f6342
FreeBSD regtest: rename a C variable

One FreeBSD test was using a varaible called 'nullptr'.
clang 22 now complains about that because it is a reserved
keyword in C 23. Rename it to 'nullpointer'.
memcheck/tests/freebsd/static_allocs.c