Files
llgo/internal
xgopilot 7abb468592 fix: separate stdout and stderr null checks in emitStdioNobuf
The original code incorrectly used the stdout null check condition
for both stdout and stderr pointer selection. This caused incorrect
behavior when stderr is null but stdout is not, or vice-versa.

This fix separates the null checks for stdout and stderr into
independent conditions, ensuring each stream is properly selected
based on its own null status.

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: cpunion <8459+cpunion@users.noreply.github.com>
2025-11-16 20:16:16 +08:00
..
2025-04-03 16:26:11 +08:00
2025-11-13 15:48:46 +08:00
2025-09-07 16:37:38 +08:00
2025-04-03 16:26:11 +08:00
2025-04-03 16:26:11 +08:00
2025-09-07 16:37:42 +08:00
2025-04-03 16:26:11 +08:00
2025-04-08 10:46:14 +08:00