breakpad: remove MAX_PATH limits
It's unlikely the user path is that large, but just in case we are ready.
This fixes an issue where the result of _snwprintf() is not checked. The wstringstream will only fail if there's no memory. At this point further calls using std::map and breakpad will also fail.
Merge request reports
Activity
changed milestone to %4.0
added Platform::Windows desktop label
added Status::BackportCandidate label
added MRStatus::Reviewable label
- Resolved by Marvin Scholz
added MRStatus::InReview label and removed MRStatus::Reviewable label
added MRStatus::Acceptable label and removed MRStatus::InReview label
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, and score >= 0 -
MergeRequest should have no activity (threads/votes) for (24h/24h)
-
added 37 commits
-
a40b083b...28241fad - 36 commits from branch
videolan:master
- 05e7dae2 - breakpad: remove MAX_PATH limits
-
a40b083b...28241fad - 36 commits from branch
enabled an automatic merge when all merge checks for 05e7dae2 pass