kmod-project / kmod

kmod - Linux kernel module handling
GNU Lesser General Public License v2.1
50 stars 39 forks source link

Correct possible buffer overflow #259

Closed GraysonNocera closed 6 days ago

GraysonNocera commented 6 days ago

Hello, I was running some CodeQL queries on this repository and came across a potential "cpp/unbounded-write" vulnerability. The fix is quite simple, so I went ahead and made it myself.