mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #3522 : Ms2ger/servo/xhr-send-uaf, r=SimonSapin
The data is used later to set the Content-Type header. Current rustc (4d2af3861) does not detect this use-after-move, but treats the later use as if the data was None. It will, however, detect the bug in d2b30f7d3, which we are upgrading to.
This commit is contained in:
commit
a58324f25b
4 changed files with 1 additions and 12 deletions
|
@ -1,8 +1,5 @@
|
|||
[formdata.htm]
|
||||
type: testharness
|
||||
[empty formdata]
|
||||
expected: FAIL
|
||||
|
||||
[formdata with string]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -15,6 +15,3 @@
|
|||
[XMLHttpRequest: send() - charset parameter of Content-Type 6]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type 7]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[send-content-type-string.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Content-Type]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue