In the Linux kernel, the following vulnerability has been resolved:
modpost: fix off by one in isexecutablesection()
The > comparison should be >= to prevent an out of bounds array access.