| ... | @@ -5402,7 +5402,7 @@ fn jitCmd( | ... | @@ -5402,7 +5402,7 @@ fn jitCmd( |
| 5402 | defer thread_pool.deinit(); | 5402 | defer thread_pool.deinit(); |
| 5403 | | 5403 | |
| 5404 | var child_argv: std.ArrayListUnmanaged([]const u8) = .{}; | 5404 | var child_argv: std.ArrayListUnmanaged([]const u8) = .{}; |
| 5405 | try child_argv.ensureUnusedCapacity(arena, args.len + 2); | 5405 | try child_argv.ensureUnusedCapacity(arena, args.len + 4); |
| 5406 | | 5406 | |
| 5407 | // We want to release all the locks before executing the child process, so we make a nice | 5407 | // We want to release all the locks before executing the child process, so we make a nice |
| 5408 | // big block here to ensure the cleanup gets run when we extract out our argv. | 5408 | // big block here to ensure the cleanup gets run when we extract out our argv. |