CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 07:13:59 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/Sereal/Sereal.git
etag: W/"bc0d3c7bdf5f9e31fa256660a632bcc2"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=6rM5K0o80VG3OG2ehy1TL33%2BcyQPztsHU3Maobe6l9yXa0BHCYhcRCwjtL2qu54zpzzef74SDJs27TvijeBW6QQ03X8gKrIJNuUCXPOcqYXCFPABADhiQV%2FtD183VQlc6IIjqcBp0iZ2WWWiz3z3tnypqIhlLaOyeXm2iayAfeeiFXJPZKrgpzRAeEqt1F172v5od621DNdO7zyPZmJKNIiUyqitRA9g25ZvZMmNX%2BNZK%2BEQRRSREjwtOFl%2F7hajqQ1MRlpbYxFEDF%2BJ%2FAsWng%3D%3D--LzCSaBRImuxXSvUp--COus80WTrQ937NWqEDnqZg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.669317706.1753254838; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 07:13:58 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 07:13:58 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A538:35EBF4:5EF3BD:782E49:68808BB6
go: fixes 8 crashers found by fuzzing · Sereal/Sereal@c254cc3 · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit c254cc3
committed
go: fixes 8 crashers found by fuzzing
Mostly bounds checks. It's found some cases where we're not checking
map or array size and we run out of memory. Uncertain how to handle
this for the moment. There's also an infinite-recursion-on-copy bug not
fixed.1 parent 38b3def commit c254cc3Copy full SHA for c254cc3
Expand file treeCollapse file tree
3 files changed
+27
-5
lines changed+13-4Lines changed: 13 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 |
| |
24 | 29 |
| |
25 | 30 |
| |
| |||
112 | 117 |
| |
113 | 118 |
| |
114 | 119 |
| |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
115 | 124 |
| |
116 | 125 |
| |
117 | 126 |
| |
| |||
401 | 410 |
| |
402 | 411 |
| |
403 | 412 |
| |
404 |
| - | |
| 413 | + | |
405 | 414 |
| |
406 | 415 |
| |
407 | 416 |
| |
| |||
435 | 444 |
| |
436 | 445 |
| |
437 | 446 |
| |
438 |
| - | |
| 447 | + | |
439 | 448 |
| |
440 | 449 |
| |
441 | 450 |
| |
| |||
466 | 475 |
| |
467 | 476 |
| |
468 | 477 |
| |
469 |
| - | |
| 478 | + | |
470 | 479 |
| |
471 | 480 |
| |
472 | 481 |
| |
| |||
510 | 519 |
| |
511 | 520 |
| |
512 | 521 |
| |
513 |
| - | |
| 522 | + | |
514 | 523 |
| |
515 | 524 |
| |
516 | 525 |
| |
|
+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
| |||
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 |
| |
34 | 39 |
| |
35 | 40 |
| |
|
+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
| |||
47 | 50 |
| |
48 | 51 |
| |
49 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 |
| |
51 | 59 |
| |
52 | 60 |
| |
|
You can’t perform that action at this time.
0 commit comments