1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-29 08:25:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Ben Wiederhake
4acdb60ba3 AK: Prevent confusing silent misuse of ByteBuffer
Thankfully, this hasn't happened in any other code yet, but it happened
while I was trying something out. Using '==' on two ByteBuffers to check
whether they're equal seemed straight-forward, so I ran into the trap.
2020-08-22 17:18:14 +02:00