]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Fix execlp call (ggml/689)
authorHalalaluyafail3 <redacted>
Tue, 9 Jan 2024 16:16:37 +0000 (11:16 -0500)
committerGeorgi Gerganov <redacted>
Thu, 11 Jan 2024 19:50:00 +0000 (21:50 +0200)
commit338442d7730fb636c793d17c1edb890fe38d2074
treec1fcd04026eb20de3bc01b598a4aa8ddbb953302
parent10651bddf6ad860ea150b7b6b88edb923b9275e5
Fix execlp call (ggml/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.
ggml.c