Crash in std.crypto.tls.Client.readvAdvanced
.
#15673
Labels
bug
Observed behavior contradicts documented or intended behavior
Zig Version
0.11.0-dev.3105+e46d7a369
Steps to Reproduce and Observed Behavior
This is the example copied from: zig/test/standalone/http.zig with the offending URL pasted in, instead of the local target. I don't see an easy way to record and include the exact behavior of the server for perfect repeatability. Best I can do is to archive the page although I doubt that helps much.
This causes:
When replacing
in
withfirst.len
causes:Replacing the
@memcpy
withstd.mem.copyForwards
gives:Expected Behavior
The body of the web page inside
body
.The text was updated successfully, but these errors were encountered: