-
Notifications
You must be signed in to change notification settings - Fork 442
fix(stats): fix the layout of struct timespec #1821
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
base: main
Are you sure you want to change the base?
Conversation
Previously, the layout was only correct on 64-bit platforms. This is based on include/alltypes.h.in in musl.
This PR is stale because it has been open 30 days with no activity. |
I'd appreciate review on this -- without this patch, lazy.nvim is not usable on 32-bit platforms because of the memory safety issue this fixes. |
This PR is stale because it has been open 30 days with no activity. |
Still a bug
Sent from Proton Mail Android
…-------- Original Message --------
On 3/2/25 8:04 PM, github-actions[bot] wrote:
This PR is stale because it has been open 30 days with no activity.
—
Reply to this email directly, [view it on GitHub](#1821 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ABAATNKY3AMMMZGJCJ5D5YL2SO2B3AVCNFSM6AAAAABSFP63P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJTGEYDGNZTGY).
You are receiving this because you authored the thread.Message ID: ***@***.***>
[github-actions[bot]]github-actions[bot] left a comment [(folke/lazy.nvim#1821)](#1821 (comment))
This PR is stale because it has been open 30 days with no activity.
—
Reply to this email directly, [view it on GitHub](#1821 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ABAATNKY3AMMMZGJCJ5D5YL2SO2B3AVCNFSM6AAAAABSFP63P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJTGEYDGNZTGY).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This PR is stale because it has been open 30 days with no activity. |
Still an active memory safety issue
Sent from Proton Mail Android
…-------- Original Message --------
On 4/2/25 9:06 PM, github-actions[bot] wrote:
This PR is stale because it has been open 30 days with no activity.
—
Reply to this email directly, [view it on GitHub](#1821 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ABAATNIDU6VRHRGIHOJP5XL2XSJRVAVCNFSM6AAAAABSFP63P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONZUGEZTQNBQHA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
[github-actions[bot]]github-actions[bot] left a comment [(folke/lazy.nvim#1821)](#1821 (comment))
This PR is stale because it has been open 30 days with no activity.
—
Reply to this email directly, [view it on GitHub](#1821 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ABAATNIDU6VRHRGIHOJP5XL2XSJRVAVCNFSM6AAAAABSFP63P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONZUGEZTQNBQHA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This PR is stale because it has been open 30 days with no activity. |
Description
Previously, the layout was only correct on 64-bit platforms. This layout is based on
include/alltypes.h.in
in musl.Related Issue(s)