Skip to content

Commit

Permalink
ucl: fix ubsan reported error
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Nov 22, 2024
1 parent 0ded12c commit 8bb6824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/libucl/src/ucl_hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;


Expand Down

0 comments on commit 8bb6824

Please sign in to comment.