commit | f1a61fb667eae42454bfcd4c2060198017b33bf9 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Thu Apr 17 15:16:00 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Sun May 25 15:21:14 2025 +0300 |
tree | 826214e61295793d19af6ad674cd2828ac3a3597 | |
parent | fe7f6cfe8385a48e1af563d474b7780c0ebfd654 [diff] |
crt: exe: Move calling duplicate_ppstrings(argc, &argv) immediately after filling argc/argv Code inside the block which fills argc/argv is already guarded and prevents duplicate code execution. So move the duplicate_ppstrings() here. Signed-off-by: Martin Storsjö <martin@martin.st>