Search Results

Found 3 results for "162b0c9628676612c814f206a0d54c46" across all boards searching md5.

Anonymous /g/105890075#105893341
7/13/2025, 7:47:42 PM
>>105893092
> wayland secure
Don’t send wayland a 4097 byte message though!
Anonymous /g/105870199#105872158
7/11/2025, 7:39:15 PM
>>105871402
Wayland is an extreme security risk.
They just “fixed” this DOS attack that makes it burn CPU forever in an infinite poll loop by hardcoding the buffer size, and now the dynamic buffer resizing code is dead.

In the 90s, on X on sun machines, we were already using 8k packets over loopback (just memory with access controls, really).

The problem is the wayland perpetrators really don’t seem have any experience in software development, computer architecture, networking, graphics, etc, so you’ve got this thing where if you send it a 4097-byte message, it’s now permanently burning a core 100%
Anonymous /g/105795341#105824756
7/7/2025, 9:08:44 AM
>>105824491
> security?
Let’s put it thus way, for the first 10 years of wayland’s life, it was subject to DOSing CPU infinite loops if anything sent it a message bigger than 4096 bytes causing a (random, hard-coded) core protocol change last year.
This is despite the fact it handles dynamic buffer resizing. Well, maybe no longer… code is there though. Dead code.
This is in the fundamental message loop.
They’re literally nowhere.