Changes between Version 1 and Version 2 of Ticket #68638, comment 26
- Timestamp:
- Apr 29, 2024, 8:29:00 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68638, comment 26
v1 v2 1 That looks pretty spot on to me. The larger problem is bash is now forking [and doing unsafe things in the forked process before exec()] while multithreaded which is a barmy idea and probably a completely unintended side-effect of relying on gnu gettext.1 That looks pretty spot on to me. The larger problem is bash is now forking [and doing unsafe things -- https://www.man7.org/linux/man-pages/man2/fork.2.html -- in the forked process before exec()] while multithreaded which is a barmy idea and probably a completely unintended side-effect of relying on gnu gettext.