]> git.djapps.eu Git - pkg/ggml/sources/llama.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 07:39:05 +0000 (09:39 +0200)
commitc910e3c28a1caee8cb1398143d582dd9ab697e68
tree876a28d6e6e0750787d3567d7a615116947eada1
parentf34432ca1e0b288129390c1db8296a82aaf1e632
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