Changes between Initial Version and Version 1 of Ticket #68638, comment 26


Ignore:
Timestamp:
Apr 29, 2024, 8:26:51 PM (7 months ago)
Author:
bradleyCPA (B. Holder)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68638, comment 26

    initial v1  
    1 That looks pretty spot on to me. The larger problem is bash is now forking while multithreaded which is a barmy idea and probably a completely unintended side-effect of relying on gnu gettext.
     1That 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.