Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use-after-free in IPC::Connection on exit #3287

Open
awesomekling opened this issue Jan 17, 2025 · 0 comments
Open

Use-after-free in IPC::Connection on exit #3287

awesomekling opened this issue Jan 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@awesomekling
Copy link
Member

When running tests with ASAN, it died like this once:

/Users/kling/src/ladybird/Libraries/LibIPC/Connection.cpp:46:56: runtime error: member access within address 0x613000002500 which does not point to an object of type 'IPC::ConnectionBase'
0x613000002500: note: object has invalid vptr
 00 00 00 00  a5 18 00 00 00 00 00 00  00 00 00 00 be be be be  00 00 00 00 00 00 00 00  00 00 00 00
              ^~~~~~~~~~~~~~~~~~~~~~~
              invalid vptr
@AtkinsSJ AtkinsSJ added the bug Something isn't working label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants