-Wflex-array-member-not-at-end and a misalignment bug in the Linux kernel
The warning During one of my presentations at Open Source Summit Japan 🇯🇵 the past year, I talked about a bug I found while addressing -Wflex-ar...
The warning During one of my presentations at Open Source Summit Japan 🇯🇵 the past year, I talked about a bug I found while addressing -Wflex-ar...
Today I woke up to the great news that we now have “only” 100 -Wflex-array-member-not-at-end issues left to be addressed in linux-next. I started fi...
While reviewing one of the patches sent to the linux-hardening list this afternoon, I spotted a bug I introduced in the same code two years ago (on March 5 2024...
I received the following request this evening and it absolutely made my day. 🙂 I’m a mechatronics student and I discovered the project from this b...
Yet another memory corruption bug caught thanks to -Wflex-array-member-not-at-end! 🐛🪲🐧 The maintainer has already taken this patch, and ...
-Wflex-array-member-not-at-end continues to catch memory corruption bugs in the Linux kernel 🐛🪲🐧: Here’s a link to the slides and ...
Introduction Motivated by the series of events I describe below, I decided to write this short blog post about how fixing Coverity issues can open the door to y...