Quotes of the week
$ git log --no-merges v3.5..v3.6 | \
egrep -i '(integer|counter|buffer|stack|fix) (over|under)flow' | \
wc -l
31
How many were security relevant? How many got CVEs?
Posted Oct 4, 2012 20:30 UTC (Thu)
by jnareb (subscriber, #46500)
[Link]
Posted Oct 8, 2012 10:59 UTC (Mon)
by ssam (guest, #46587)
[Link] (1 responses)
Posted Oct 10, 2012 19:39 UTC (Wed)
by speedster1 (guest, #8143)
[Link]
Quotes of the week - Kees Cook
It's not a very advanced regular expression, but I still find this a bit alarming in the Linux kernel:
As Junio C Hamano wrote on his blog (in response to said G+ post) there are only 23 such commits (in which commits there are 31 occurrences, in some commits more than one).
$ git log --no-merges v3.5..v3.6 | \
egrep -i '(integer|counter|buffer|stack|fix) (over|under)flow' | \
wc -l
31
How many were security relevant? How many got CVEs?
Quotes of the week
Quotes of the week
