Closed nnethercote closed 4 years ago
Here is the code responsible for this in the old breakpad stack-fixing script. It only requires that there are four elements after splitting on :
, and doesn't check the contents of the four elements at all.
Flag me as a reviewer so I can approve it. I thought this applied only to the source files that were generated but I was wrong.
Flag me as a reviewer so I can approve it.
I'm confused. I've never bothered properly flagging you as a reviewer on my previous PRs to this repo. Is this one different somehow? I tried to add you as a reviewer via the "Reviewers" UI element at the top right but it's not working for me.
Somehow the usual review interface doesn't show up on this PR. Maybe there's something wrong with my account then? I'll try logging out, clearing my cookies and I'll try again.
There must have been a problem with my browser or account, after logging back in the review UI was back, oh well.
This changes annoying filenames like this:
which are an artifact of how Firefox constructs its Breakpad files, to this:
This will fix https://bugzilla.mozilla.org/show_bug.cgi?id=1632928.
r? @gabrielesvelto