Viewing profile — jergal
jergal
HN member- Joined
- Sun, Nov 15, 2009, 8:58 PM UTC
- HN karma
- 15
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About jergal
No profile information was provided.
Recent public activity
-
comment
Comment #944619
Apologies, guys :)
- story
-
comment
Comment #943547
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…
- comment
-
comment
Comment #943523
Indeed, classical music helps me sometimes, when I feel like doing silly things, as opposed to study/research.
-
comment
Comment #943340
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 tu…