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

[BUG] a copy-pasted url? #2113

Open
1 task done
twaik opened this issue Dec 25, 2024 · 2 comments
Open
1 task done

[BUG] a copy-pasted url? #2113

twaik opened this issue Dec 25, 2024 · 2 comments
Labels

Comments

@twaik
Copy link

twaik commented Dec 25, 2024

Description

toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/sys/pidfd.h contains a wrong url which probably was copy-pasted and not fixed. Ndk version 28.0.12674087 if relevant.
image

I am using a supported NDK

  • I have checked and the NDK I'm using is currently supported

Affected versions

r28

@twaik twaik added the bug label Dec 25, 2024
@enh-google
Copy link
Collaborator

d'oh! https://android-review.googlesource.com/c/platform/bionic/+/3439080 will fix this. thanks!

@enh-google
Copy link
Collaborator

starting 2025 appropriately penitentially, this one-liner finds a lot more similar issues:

~/aosp-main-with-phones/bionic$ find . -name *.h | xargs grep man7.org | grep -v '64(' | sed 's|.*\[\(.*\)].*/\(.*\)\.[237].*|\1 \2|g' | sed 's|([0-9])||g' | tr ' ' '\n' | sort | uniq -c | sort -nr | grep -v ' [1-9]*[02468] '

https://android-review.googlesource.com/c/platform/bionic/+/3438880 fixes those.

hubot pushed a commit to aosp-mirror/platform_bionic that referenced this issue Jan 6, 2025
Bug: android/ndk#2113
Change-Id: Ifc3add91c39422985c63e895dc32443b8f736c9d
hubot pushed a commit to aosp-mirror/platform_bionic that referenced this issue Jan 6, 2025
Bug: android/ndk#2113
Change-Id: I7c2388165244cfb2becf57f5c53dd822f5e5f067
@DanAlbert DanAlbert added this to NDK r29 Jan 7, 2025
@github-project-automation github-project-automation bot moved this to Unconfirmed in NDK r29 Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Unconfirmed
Development

No branches or pull requests

2 participants