This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-23 13:57:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca3cae81eb8e20d63e36e7359a776af5eb4d5ea2
ladybird
/
Userland
/
Libraries
/
LibIPC
History
Andreas Kling
d3f298c592
LibIPC: Fix unaligned u32 access in drain_messages_from_peer()
...
Caught by userspace UBSAN. :^)
2021-05-24 09:04:22 +02:00
..
ClientConnection.h
…
CMakeLists.txt
…
Connection.h
LibIPC: Fix unaligned u32 access in drain_messages_from_peer()
2021-05-24 09:04:22 +02:00
Decoder.cpp
…
Decoder.h
…
Dictionary.h
…
Encoder.cpp
…
Encoder.h
…
File.h
…
Forward.h
…
Message.cpp
…
Message.h
Everywhere: Add missing includes for <AK/OwnPtr.h>
2021-05-19 21:36:57 +02:00
ServerConnection.h
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
2021-05-23 09:53:55 +02:00
Stub.cpp
…
Stub.h
…