Adarsh Kumar Singh
Results
1
comments of
Adarsh Kumar Singh
The bug here is caused by not validating the rightmost child pointer in create_new_root(...) before dereferencing it: `child = get_page(table->pager, *internal_node_right_child(left_child)); // POTENTIAL ERROR *node_parent(child) = left_child_page_num;` If the right...