Android to Support Rust Programming Language to Prevent Memory Flaws

android rust programming

Google on Tuesday announced that its open source version of the Android operating system will add support for Rust programming language in a bid to prevent memory safety bugs.

To that end, the company has been building parts of the Android Open Source Project (AOSP) with Rust for the past 18 months, with plans in the pipeline to scale this initiative to cover more aspects of the operating system.

“Managed languages like Java and Kotlin are the best option for Android app development,” Google said. “The Android OS uses Java extensively, effectively protecting large portions of the Android platform from memory bugs. Unfortunately, for the lower layers of the OS, Java and Kotlin are not an option.”

password auditor

Stating that code written in C and C++ languages requires robust isolation when parsing untrustworthy input, Google said the technique of containing such code within a tightly constrained and unprivileged sandbox can be expensive, causing latency issues and additional memory usage.

Android to Support Rust Programming Language to Prevent Memory Flaws 1

With memory safety bugs in C and C++ constituting about 70% of Android’s high severity security vulnerabilities, the idea is to switch to a memory-safe language like Rust and prevent them from happening in…

http://feedproxy.google.com/~r/TheHackersNews/~3/AcKUYiQTRwE/android-to-support-rust-programming.html

Have a comment? Type it below!