[Bug 49314] Wine segfaults with too many command-line arguments

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jun 3 08:45:28 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49314

--- Comment #1 from esteve.varela at gmail.com ---
Maybe these commands better illustrate the problem:
    seq 3174 | wc -c  # Reports 14763 bytes
    wine start '/?' $(seq 3174)  # Segfault

    seq 3173 | wc -c  # Reports 14758 bytes
    wine start '/?' $(seq 3173)  # Works

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list