Bash output past the 10 MiB cap is now labelled truncated instead of quietly disappearing.
What's wrong with this entry?
When a command's output passes the 10 MiB accumulation cap, the result is now flagged as truncated rather than silently losing the excess, and one more form of buffer-overflow error is recognised as such.
- The result records
stdoutTruncatedonce the cap is hit. - The overflow detector now also matches errors named
MaxBufferError, in addition to the existingERR_CHILD_PROCESS_STDIO_MAXBUFFERand max-buffer checks.
stdoutTruncated
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Every session now gets the
cdpermission warning in the Bash toolBoth mention bash tool
-
v2.1.234
Command lessons are recorded with the command that produced them
Both mention bash tool
-
v2.1.238
Directory tracking for backgrounded commands no longer breaks early
Both mention bash tool