This doesn't affect the many browsers based on Chromium?
why on earth would you even assume somthing like this? honestly curious. do you think "based on chrome" means they forked the engine and not just "applied some UI skin"?
Zero-day CSS: CVE-2026-2441 exists in the wild
221–230 of 242 posts
Re: Zero-day CSS: CVE-2026-2441 exists in the wild
#222Earlier quoted context omitted.
I don't think Go was ever planned to completely overtake C++. It is still a garbage collected language at the end of the day.
Many people enjoy playing games, and video productions, written in a garbage collected C++ engine. Go's main issue is its language design approach.
Re: Zero-day CSS: CVE-2026-2441 exists in the wild
#223Earlier quoted context omitted.
People also write Rust code that is not memory-safe. https://materialize.com/blog/rust-concurrency-bug-unbounded-...
The vast majority of Rust code out there doesn't use the `unsafe` keyword at all, and the vastly smaller amount of unsafe code that exists allows for focused and precise testing and verification. You really have no idea what you're talking about if you're trying to say that Rust is anywhere in the ballpark of C or C++ here.
And you are not being honest nor accurate here.
Re: Zero-day CSS: CVE-2026-2441 exists in the wild
#224Re: Zero-day CSS: CVE-2026-2441 exists in the wild
#225Earlier quoted context omitted.
I just want Firefox's search box to be on the top of the window so I don't have to bend my neck when I'm surfing in bed... I don't use it just for that.
If you're talking about url/search bar at the bottom on mobile, that's customisable - actually they ask you which you prefer when you install it, but you can change it at any time in settings. (personally I prefer all that stuff at the bottom since it's more conveniently where all my other phone nav is, and visibility fits in well with how I scroll)
Re: Zero-day CSS: CVE-2026-2441 exists in the wild
#226Re: Zero-day CSS: CVE-2026-2441 exists in the wild
#227Earlier quoted context omitted.
But not "routinely".
How can you be sure? When I looked at for instance sudo-rs, it proclaimed loudly that it is memory safe, but its code has lots of unsafe. https://github.com/trifectatechfoundation/sudo-rs https://grep.app/search?f.repo=trifectatechfoundation%2Fsudo... And Miri is very popular in Rust. Even if a Rust project doesn't have unsafe, sometimes people still run Miri with it, since dependencies might have messed up their uns…
And every instance of unsafe that I could find (except one, in test-only code) was a call to libc with a clarifying comment on why this particular use was safe. That is, all (or at least, all of it that I could find) was wrapping an unsafe API with documented (and usually straightforward and local) invariants that maintain safety, such that the calling code is safe.
I'd say that the fact that miri's trophy-shelf[0] has 39 entries and is 7 years old and still regularly updated is a pretty good indicator that memory bugs are sufficiently rare in rust so as to be notable. That is the opposite of "regular"
[0]: https://github.com/rust-lang/miri/blame/master/README.md
Re: Zero-day CSS: CVE-2026-2441 exists in the wild
#228Earlier quoted context omitted.
How can you be sure? When I looked at for instance sudo-rs, it proclaimed loudly that it is memory safe, but its code has lots of unsafe. https://github.com/trifectatechfoundation/sudo-rs https://grep.app/search?f.repo=trifectatechfoundation%2Fsudo... And Miri is very popular in Rust. Even if a Rust project doesn't have unsafe, sometimes people still run Miri with it, since dependencies might have messed up their uns…
> but its code has lots of unsafe. And every instance of unsafe that I could find (except one, in test-only code) was a call to libc with a clarifying comment on why this particular use was safe. That is, all (or at least, all of it that I could find) was wrapping an unsafe API with documented (and usually straightforward and local) invariants that maintain safety, such that the calling code is safe. I'd say that the…
Re: Zero-day CSS: CVE-2026-2441 exists in the wild
#229Re: Zero-day CSS: CVE-2026-2441 exists in the wild
#230Earlier quoted context omitted.
> but its code has lots of unsafe. And every instance of unsafe that I could find (except one, in test-only code) was a call to libc with a clarifying comment on why this particular use was safe. That is, all (or at least, all of it that I could find) was wrapping an unsafe API with documented (and usually straightforward and local) invariants that maintain safety, such that the calling code is safe. I'd say that the…
[flagged]
I did not make this argument. I encourage you to reread my comment and do so with the HN guidelines in mind!