SqueakyBeaver

joined 1 month ago

The only times I've ever run into stuff not working were:

  1. The GrapheneOS installer bc it uses web USB
  2. Sites that decide Firefox isn't good enough (glares at Pearson), though I just use a user agent switcher and suddenly the site works
[โ€“] SqueakyBeaver@piefed.blahaj.zone 19 points 1 week ago (1 children)

I think it's supposed to be use after free, but it isn't clear because none of the others use that layout

For those who don't know: "use after free" is a programming term that means you tried to use something that was stored in a certain place in memory after that thing was already freed (removed from that space in the memory). As a result, you get unexpected behavior. This can be exploited to allow an attacker to get a program to run anything they want.