solve valgrind warning in child_info (#8505)
Valgrind warns about `write` accessing uninitialized memory, which was the struct padding.
Please register or sign in to comment
Valgrind warns about `write` accessing uninitialized memory, which was the struct padding.