Rocket/core/lib/tests
Sergio Benitez 89150f9b81 Fix 'LocalRequest::clone()' soundness issue.
The existing implementation of 'LocalRequest::clone()' mistakenly copied
the internal 'Request' pointer from the existing 'LocalRequest' to the
cloned 'LocalRequest'. This resulted in an aliased '*mut Request'
pointer, a clear soundness issue. The fix in this commit is to clone the
internal 'Request', replacing the internal pointer with the newly cloned
'Request' when producing the cloned 'LocalRequest'. A fix that removes
all 'unsafe' code should be explored.

Fixes #1312.
2020-05-29 01:53:06 -07:00
..
absolute-uris-okay-issue-443.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
catcher-cookies-1213.rs Set cookies even on error responses. 2020-02-09 01:53:05 -08:00
conditionally-set-server-header-996.rs Clean up 'conditionally-set-server-header' test. 2019-05-09 09:11:51 -07:00
derive-reexports.rs Reexport derive macros alongside derived traits. 2019-06-28 12:11:18 -07:00
fairing_before_head_strip-issue-546.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
flash-lazy-removes-issue-466.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
form_method-issue-45.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
form_value_decoding-issue-82.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
head_handling.rs Implement 'Responder' for 'Status'. 2018-10-31 03:57:22 -07:00
limits.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
local-request-content-type-issue-505.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
local_request_private_cookie-issue-368.rs Reduce 'cfg' usage for 'private-cookies' feature. 2018-11-08 23:56:15 -08:00
mount_point.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
nested-fairing-attaches.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
precise-content-type-matching.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
redirect_from_catcher-issue-113.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
responder_lifetime-issue-345.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
route_guard.rs Fix normalization and Windows issues. 2018-10-24 00:01:56 -07:00
segments-issues-41-86.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
strict_and_lenient_forms.rs Update features for latest nightly. 2018-10-09 04:31:09 -07:00
unsound-local-request-1312.rs Fix 'LocalRequest::clone()' soundness issue. 2020-05-29 01:53:06 -07:00
uri-percent-encoding-issue-808.rs Percent-encode characters: '[', ']', '\', '^', '|'. 2018-11-02 00:10:01 -07:00