mirror of https://git.musl-libc.org/git/musl
Browse Source
patch by nsz. the actual object the caller has storing the tree root has type void *, so accessing it as struct node * is not valid. instead, simply access the value, move it to a temporary of the appropriate type and work from there, then move the result back.rs-1.0
1 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue