salad: fix UB pointer arithmetics in bps_tree
There is some pointer arithmetics in bps_tree that calculates intermediate pointers that points out of array bounds. Though they are never dereferenced and only used for further caclulation of correct pointers, it is still UB and must be fixed. Part of #4609
Loading
Please register or sign in to comment