0
Files
Paul Semel 843495c2c9 code_coverage: fix issue changing shallow copy of cmd
Basically, even though we were not directly modifying `cmd`, python
sometimes decides to do a shallow copy of the list, and thus modifies it
when adding the corpus directory path to it.

Change-Id: I02f665a203d8e05784fe3f7bc89146016c5c9ac1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6459067
Commit-Queue: Ali Hijazi <ahijazi@chromium.org>
Auto-Submit: Paul Semel <paulsemel@chromium.org>
Reviewed-by: Ali Hijazi <ahijazi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1447686}
2025-04-16 06:47:48 -07:00
..