this post was submitted on 04 Oct 2023
276 points (98.9% liked)

Linux

46794 readers
1183 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

From BeepingComputer.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 34 points 10 months ago (2 children)

I wonder if this could be used to root previously unrootable Android based devices.

[–] [email protected] 55 points 10 months ago (1 children)

Android doesn't use glibc, but Bionic, a C standard library developed by Google. So I don't think this vulnerability affects Android.

[–] [email protected] 9 points 10 months ago (1 children)

What the heck. I thought, they were using musl.
Certainly seems like this has rather similar goals to musl...

[–] [email protected] 17 points 10 months ago (1 children)

That's no reason for Google not to reinvent the wheel....

They did the same with dalvik and ART now. JVMs, but more googlier!

[–] [email protected] 1 points 10 months ago

And Quic, and Pony express, and GFS...

[–] [email protected] 16 points 10 months ago

Think Android uses Bionic instead of glibc (where the vulnerability is being exploited).