this post was submitted on 24 Jul 2024
218 points (96.2% liked)

Technology

58138 readers
4309 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Plopp@lemmy.world 3 points 1 month ago (1 children)

Couldn't it, though? ๐Ÿค”

IANAD and AFAIU, not in kernel mode. Things like trying to read non existing memory in kernel mode are supposed to crash the system because continuing could be worse.

[โ€“] 0x0@programming.dev 2 points 1 month ago (1 children)

I.meant couldn't they test for a NULL pointer.

[โ€“] chaospatterns@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

They could and clearly they should have done that but hindsight is 20/20. Software is complex and there's a lot of places that invalid data could come in.