Aug. 3, 2026
7:09 p.m.
I reproduced this bug when running cmd tests on a 32 bit build with optimizations disabled and debugging symbols enabled, built in Debian. It caused problems when processing a line like this `echo Hello & (echo Hello && echo Bye)`, the `done` variable would sometimes have a random non-zero value and cause `node_build_parse` to return when processing the `echo Hello` command inside the parenthesis context. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11562