Live data from Hacker News

Viewing profile — jergal

jergal

HN member
Joined
Sun, Nov 15, 2009, 8:58 PM UTC
HN karma
15
Public activity
6 items

About jergal

No profile information was provided.

Recent public activity

  1. comment
    Comment #944619

    Apologies, guys :)

  2. story
  3. 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…

  4. comment
  5. comment
    Comment #943523

    Indeed, classical music helps me sometimes, when I feel like doing silly things, as opposed to study/research.

  6. 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…