Tag: low-level
All the articles with the tag "low-level".
Copy Fail, Containers, and Cornela: Detecting Shared-Kernel Risk
Published: at 12:25 PMUnderstanding CVE-2026-31431, how page-cache corruption can become container escape risk, and how Cornela helps detect the kernel signals behind it.
Memory Locality, Optimize Your Go Code
Published: at 09:26 AMWhat's the different when you see Go code using []*structs or []structs? Choosing which approach and understand what happen behind that code is important when you want to write high performance code.
In C/C++, array is just a pointer..
Published: at 05:04 AMArray is derived data type that has been used anywhere due to its ability to constructed primitive data types (int, float, char) and grouped multiple value of the same type together.