On Fri Feb 28 22:41:11 2025 +0000, Bernhard Übelacker wrote:
I am not sure if I understand you right. Before this patch `res == STATUS_INVALID_PARAMETER` was part of the ok and the if condition around the skip. After my patch the ok should never get reached with `res == STATUS_INVALID_PARAMETER`, so isn't checking for it superfluous? I am happy with either way, should I add it again?
Maybe I have misread part of the patch, sorry for that.