Slide 18
Slide 18 text
Can you share any tips or techniques you have found useful in
uncovering bugs?
I suppose the biggest tip would be to become a better programmer.
In particular, study what functions that programs are calling, and
ensure that the calling code is following the rules of those functions
100%.
(Theo de Raadt, of OpenBSD)