fix stack-based oob memory clobber in resolver's result sorting
commit 4f35eb75 introduced this bug. it is not present in any released versions. inadvertent use of the & operator on an array into which we're indexing produced arithmetic on the wrong-type pointer, with undefined behavior.
Showing
想要评论请 注册 或 登录