]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
Fix execlp call (#689)
authorHalalaluyafail3 <redacted>
Tue, 9 Jan 2024 16:16:37 +0000 (11:16 -0500)
committerGitHub <redacted>
Tue, 9 Jan 2024 16:16:37 +0000 (17:16 +0100)
commitce1bdb4fdaad0c9f884c536f3a20272db90606f9
treef456b9d43be3d335cb537f5a0f9f5c3764e2cb0b
parent5a3154b59242d17b2225872a2538d341f4f28c54
Fix execlp call (#689)

NULL can be an integer constant expression with the value zero, in this case the behavior would be undefined because of an incorrect type being passed to the variable arguments.
src/ggml.c