y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#memory-safety News & Analysis

5 articles tagged with #memory-safety. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

5 articles
AIBullisharXiv – CS AI · Mar 277/10
🧠

Model2Kernel: Model-Aware Symbolic Execution For Safe CUDA Kernels

Researchers developed Model2Kernel, a system that automatically detects memory safety bugs in CUDA kernels used for large language model inference. The system discovered 353 previously unknown bugs across popular platforms like vLLM and Hugging Face with only nine false positives.

🏢 Hugging Face
AIBullishIEEE Spectrum – AI · Jan 287/104
🧠

Great Refactor Initiative Looks to AI to Harden Critical Code

The Institute for Progress launched the Great Refactor initiative to use AI tools to automatically convert 100 million lines of critical open-source code from vulnerable C/C++ languages to memory-safe Rust by 2030. The $100 million government-funded project aims to eliminate roughly 70% of software vulnerabilities by leveraging AI's ability to automate previously cost-prohibitive code translation tasks.

AIBullisharXiv – CS AI · Jun 236/10
🧠

CNnotator: LLM-Guided Memory Safety Annotation Synthesis

CNnotator, an LLM-powered tool, automatically generates memory safety annotations for legacy C code by synthesizing specifications that help identify security vulnerabilities. OpenAI's o3 model achieved 90% first-attempt success rates, suggesting AI-assisted code annotation is becoming practical for real-world systems migration and security analysis.

🏢 OpenAI🧠 GPT-4🧠 o1
AIBullisharXiv – CS AI · Jun 236/10
🧠

Revelio: Cost-Efficient Agentic Memory Safety Vulnerability Detection For Repository-Scale Codebases

Revelio is a new AI-powered framework that detects memory safety vulnerabilities in large codebases using large language models combined with executable proof-of-concept generation and deterministic sanitizer verification. The system discovered 19 previously unknown vulnerabilities in production projects while maintaining cost-efficiency, addressing the hallucination problem endemic to LLM-based security analysis.

AINeutralarXiv – CS AI · May 126/10
🧠

EquiMem: Calibrating Shared Memory in Multi-Agent Debate via Game-Theoretic Equilibrium

Researchers introduce EquiMem, a game-theoretic framework that addresses vulnerabilities in multi-agent debate systems by validating shared memory entries without relying on LLM judgments. The approach treats memory updating as a zero-trust game where agent equilibrium indicates optimal trust levels, outperforming existing safeguards while maintaining minimal computational overhead.