< 返回版块

洋芋 发表于 2020-10-10 22:09

Tags:rust, 日报

关于 curl 的讨论

最近,ISRG(Internet Security Research Group,Internet 安全研究小组)宣布通过一系列的开发确保 curl 代码库关键部分的内存安全。包括:资助 curl 的主要作者 Daniel,增加对 Hyper 的支持,使用它作为 curl 的 HTTP 后端;同时,ISRG 工程师会增加对 Rustls 的支持,将其作为 curl 的 TLS 后端。

小编整理了一些相关的链接,供大家了解更多信息。

ISRG 博客中关于内存安全 curl 的文章,https://www.abetterinternet.org/post/memory-safe-curl/

curl is C 旧文,https://daniel.haxx.se/blog/2017/03/27/curl-is-c/

hyper C API的pr #2278, https://github.com/hyperium/hyper/pull/2278

curl 作者在 hyper 上提的 issue #2265,https://github.com/hyperium/hyper/issues/2265

Reddit 上的讨论,https://www.reddit.com/r/rust/comments/j7yegb/memory_safe_curl_for_a_more_secure_internet/

Cranelift 的新后端系列文章

该系列是作者 Chris Fallin 在 Mozilla 关于 Cranelift 上的工作介绍。这篇文章是由三部分组成的系列文章的第一篇,文章中作者介绍了一些背景并描述了指令选择问题,尤其是讨论了过去九个月左右对指令选择器和后端框架的总体改进。

Cranelift 是什么?该项目是用 Rust 编写的一个编译器框架,该框架专门设计用于即时编译(JIT,just-in-time)。

Mozilla Hacks 的文章,https://hacks.mozilla.org/2020/10/a-new-backend-for-cranelift-part-1-instruction-selection/

BTW,今天是作者在 Mozilla 的最后一天,所以其计划的其它 Cranelift 系列文章都将放在其博客上。

阅读作者的博客原文,https://cfallin.org/blog/2020/09/18/cranelift-isel-1/


From 日报小组 洋芋

社区学习交流平台订阅:

评论区

写评论

还没有评论

1 共 0 条评论, 1 页