On Thu Oct 20 13:10:51 2022 +0000, eric pouech wrote:
Hi Hugh, IMO, this could be written without using 'goto' for example
if (console_ioctl(...) && size >= sizeof(...)) { } else size = 0; HeapFree(...); return size;
Sure. That’s the merged version, which I think @julliard modified.