https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266113
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |[email protected] --- Comment #2 from Mark Johnston <[email protected]> --- This seems ok to me. I would check sparse_map == NULL instead of checking pt_sparse_size != 0. The reason is that the assignment to pt_sparse_size might be moved earlier by some future change, and then the code will be wrong again. -- You are receiving this mail because: You are the assignee for the bug.
