Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jergal
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
jergal
17y ago
Apologies, guys :)
2.
▲
CVE-2009-3379: Mozilla Firefox Multiple Vulnerabilities
(xorl.wordpress.com)
14 points
by
jergal
17y ago
|
4 comments
3.
▲
by
jergal
17y ago
Look at the output of `objdump -d prog | grep call | grep _chk | wc -l', if the value returned is zero/0/0x0 you haven't got FORTIFY_SOURCE enabled, and would be unnecessary to add -U_FORTIFY_SOURCE. However this is dependant upon implement
4.
▲
by
jergal
17y ago
:)
5.
▲
by
jergal
17y ago
Indeed, classical music helps me sometimes, when I feel like doing silly things, as opposed to study/research.
6.
▲
by
jergal
17y ago
Amongst other things, for users using gcc ( >= 4.0 ) you have the flag `f-stack-protector' set by default, by setting the `-fno-stack-protector' flag explicitly, you effectively turn of compiler stack canary protection. For those with a