| commit | daf53ffeaa968694f783d4ad6ee0531b9f2bd9a6 | [log] [tgz] |
|---|---|---|
| author | Jan Beulich <jbeulich@suse.com> | Fri Mar 21 08:33:58 2025 +0100 |
| committer | Jan Beulich <jbeulich@suse.com> | Fri Mar 21 08:33:58 2025 +0100 |
| tree | c8563f8e649521cfc87d6e54c3c94e4fbd8c5077 | |
| parent | 37a1bbe9d56e0fc6093a687c55023db7d465da86 [diff] |
strip: don't corrupt PE binary's section/file alignment Section and file alignment are supposed to remain unaltered when PE binaries are stripped. While this is the case when they're strip-ed individually, passing multiple such files to strip would reset the two values to their defaults in all but the first of those binaries.