Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
ucl: fix ubsan reported error
Baptiste Daroussin committed 1 year ago
commit 8bb682447b30ed26e2ab142c7f389ab6ee0d5f4e
parent 0ded12c
1 file changed +1 -1
modified external/libucl/src/ucl_hash.h
@@ -32,7 +32,7 @@ struct ucl_hash_node_s;
typedef struct ucl_hash_node_s ucl_hash_node_t;

typedef int (*ucl_hash_cmp_func) (const void* void_a, const void* void_b);
-
typedef void (*ucl_hash_free_func) (void *ptr);
+
typedef void (*ucl_hash_free_func) (ucl_object_t *ptr);
typedef void* ucl_hash_iter_t;