OpenVZ Forum


Home » Mailing lists » Devel » [NET][IA64] Unaligned access in sk_run_filter
[NET][IA64] Unaligned access in sk_run_filter [message #1708] Mon, 20 February 2006 15:28 Go to previous message
Mishin Dmitry is currently offline  Mishin Dmitry
Messages: 112
Registered: February 2006
Senior Member
Hello,

We have an issue on ia64 box. It is easy triggerable 'kernel unaligned access'
in sk_run_filter:
ptr = load_pointer(skb, k, 4, &tmp);
if (ptr != NULL) {
A = ntohl(*(u32 *)ptr); << here
continue;
}

due to 'k' is coming from userspace it can be easy triggered, e.g.:
[root@node1 ~]# tcpdump -i eth0 'ip[1:2]=0'

Could you advise how to fix this?

--
Thanks,
Dmitry.
 
Read Message
Read Message
Previous Topic: [PATCH 1/4] Virtualization/containers: introduction
Next Topic: vzmemcheck displays wrong values?
Goto Forum:
  


Current Time: Thu Oct 09 16:51:53 GMT 2025

Total time taken to generate the page: 0.07578 seconds