702f03 Update bash to version 5.2.MACRO / rev 189 via SR 1139152

6 files Authored by WernerFink 4 months ago, Committed by Bernhard M. Wiedemann 4 months ago,
    Update bash to version 5.2.MACRO / rev 189 via SR 1139152
    
    https://build.opensuse.org/request/show/1139152
    by user WernerFink + anag+factory
    - Add upstream patches
      * bash52-022
        It's possible for readline to try to zero out a line that's not
        null-terminated, leading to a memory fault.
      * bash52-023
        Running `local -' multiple times in a shell function would
        overwrite the original saved set of options.
      * bash52-024
        Fix bug where associative array compound assignment would not
        expand tildes in values.
      * bash52-025
        Make sure a subshell checks for and handles any terminating
        signals before exiting (which might have arrived after the
        command completed) so the parent and any EXIT trap will see
        the correct value for $?.
    
        
file modified
+0 -0
file modified
+22 -0
file modified
+1 -1
file modified
+19 -0
file modified
+4 -4
file modified
+2 -1