diff options
author | [email protected] <[email protected]> | 2012-03-28 23:27:00 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2012-03-29 18:12:59 -0400 |
commit | 1d24fb3684f347226747c6b11ea426b7b992694e (patch) | |
tree | a55c7cdfcb751c20f5d89502d5f99127cd34acb9 /net/lapb/lapb_timer.c | |
parent | 7d26bb103c4162003bfdf1d63aaa32b548ad0e9a (diff) |
x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND
When K >= 0xFFFF0000, AND needs the two least significant bytes of K as
its operand, but EMIT2() gives it the least significant byte of K and
0x2. EMIT() should be used here to replace EMIT2().
Signed-off-by: Feiran Zhuang <[email protected]>
Acked-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions