tag | line | file | source code |
---|---|---|---|
badframe | 198 | kernel/signal.c | if ((context.x & 0xfffc) && (context.x & 3) != 3) goto badframe; COPY(x); |
badframe | 200 | kernel/signal.c | if (!(context.x & 0xfffc) || (context.x & 3) != 3) goto badframe; COPY(x); |
badframe | 206 | kernel/signal.c | goto badframe; |
badframe | 224 | kernel/signal.c | badframe: |