18
submitted 9 months ago* (last edited 9 months ago) by snaggen@programming.dev to c/rust@programming.dev

An interesting blog post by @bagder@mastodon.social about security in curl

top 1 comments
sorted by: hot top controversial new old
[-] robinm@programming.dev 6 points 9 months ago* (last edited 9 months ago)

That’s a very, very good read on how to make a very complex C project safer in practice. To sum-up: make it possible to introduce new module in a memory safe language (Rust in this case), make it harder to write bugs in C since the C part is not going to disappear overnight, and use as much tooling as you can to find any existing or newly introduced bugs (both memory bugs a logique error).

this post was submitted on 14 Dec 2023
18 points (100.0% liked)

Rust

5744 readers
47 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS