Live data from Hacker News

Severity HIGH security problem to be announced with curl 8.4.0 on Oct 11

github.com

1–10 of 106 posts

Re: Severity HIGH security problem to be announced with curl 8.4.0 on Oct 11

#9
post #8

C software really needs to be used in a sandbox because this stuff is inevitable.

All software handling untrusted input should be sandboxed really. Even if curl was written in a language that prioritises memory safety, there would still be plenty of opportunity for harmful, exploitable bugs to be introduced.

Re: Severity HIGH security problem to be announced with curl 8.4.0 on Oct 11

#10
post #8

C software really needs to be used in a sandbox because this stuff is inevitable.

I wonder whether we'll ever get to a point where the kernel, the drivers and the userland software are all written in memory safe languages, possibly with other safe mechanisms and abstractions thrown in; yet to have it become mainstream and as popular as Linux is now.

Might take decades of work though and probably nobody cares enough for something like that.

Post reply on HN