Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upServo crash in script::dom::htmlanchorelement::HTMLAnchorElement::update_href #11261
Labels
Comments
|
I suspect #11182. |
|
How did our tests not catch this? |
|
In any case, I'm currently working on this. |
bors-servo
added a commit
that referenced
this issue
May 19, 2016
Fix panic from update_href in HTMLAnchorElement - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy --faster` does not report any errors - [x] These changes fix #11261 (github issue number if applicable). - [x] These changes do not require tests because unsure how this would be tested. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11264) <!-- Reviewable:end -->
|
Also, I can't seem to find any borrowing happening in |
bors-servo
added a commit
that referenced
this issue
May 19, 2016
Fix panic from update_href in HTMLAnchorElement - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy --faster` does not report any errors - [x] These changes fix #11261 (github issue number if applicable). - [x] These changes do not require tests because unsure how this would be tested. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11264) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 19, 2016
Fix panic from update_href in HTMLAnchorElement - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy --faster` does not report any errors - [x] These changes fix #11261 (github issue number if applicable). - [x] These changes do not require tests because unsure how this would be tested. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11264) <!-- Reviewable:end -->
This was referenced May 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a very recent regression. Bisecting…