Jann

Results 35 comments of Jann

It works now. Example (it was highlighted by itself): http://thejh.github.com/boxednodes.html @mishoo Are you going to merge this?

Fixed one easy bug, only simple assignments (`=`) are treated this way now, but the problems with `this.foo` being dropped and `if (a) b=2; else c=2` getting compiled to `a&&(c=b=2)`...

@bnolan, do you really want to track other people who visit other peoples installations of this?

FYI, with that PR applied, allocation site information is mostly only created for C++ `new` operators. (Though I am looking to also add `sizeof` support.)

I assume this BPF hook would not affect any `task_no_new_privs()` checks except for influencing the exec path? I guess you'd basically have to split existing `task_no_new_privs()` checks into "has NNP...