All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] [PATCH] fix out-of-bounds access
@ 2018-04-23  9:01 Lange Norbert
  0 siblings, 0 replies; only message in thread
From: Lange Norbert @ 2018-04-23  9:01 UTC (permalink / raw)
  To: Xenomai (xenomai@xenomai.org)

Fix an invalid memory access in the testsuite.

Signed-off-by: Norbert Lange <norbert.lange@andritz.com>
---
 testsuite/smokey/net_common/smokey_net_server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/smokey/net_common/smokey_net_server.c b/testsuite/smokey/net_common/smokey_net_server.c
index a0ed52fd9..2e19208e7 100644
--- a/testsuite/smokey/net_common/smokey_net_server.c
+++ b/testsuite/smokey/net_common/smokey_net_server.c
@@ -89,7 +89,7 @@ rtnet_rtcfg_add_client(int fd, const char *hwaddr, const char *ipaddr)
        cmd.args.add.ip_addr = ip.s_addr;
        cmd.args.add.timeout = 3000;
        memcpy(cmd.args.add.mac_addr, mac.ether_addr_octet,
-               sizeof(cmd.args.add.mac_addr));
+               sizeof(mac.ether_addr_octet));

        check_unix(ioctl(fd, RTCFG_IOC_ADD, &cmd));
 }
--
2.17.0

________________________________

This message and any attachments are solely for the use of the intended recipients. They may contain privileged and/or confidential information or other information protected from disclosure. If you are not an intended recipient, you are hereby notified that you received this email in error and that any review, dissemination, distribution or copying of this email and any attachment is strictly prohibited. If you have received this email in error, please contact the sender and delete the message and any attachment from your system.

ANDRITZ HYDRO GmbH


Rechtsform/ Legal form: Gesellschaft mit beschränkter Haftung / Corporation

Firmensitz/ Registered seat: Wien

Firmenbuchgericht/ Court of registry: Handelsgericht Wien

Firmenbuchnummer/ Company registration: FN 61833 g

DVR: 0605077

UID-Nr.: ATU14756806


Thank You
________________________________


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-23  9:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23  9:01 [Xenomai] [PATCH] fix out-of-bounds access Lange Norbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.