lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 13 Dec 2009 11:25:02 +0100 (CET)
From:	Julia Lawall <julia@...u.dk>
To:	netdev@...r.kernel.org
Subject: question about drivers/net/3c507.c

The function __devinit cpmac_probe in the file drivers/net/3c507.c 
contains the following code:

       memcpy_toio(lp->base+SA_OFFSET, dev->dev_addr,
                  sizeof(dev->dev_addr));
 
Is it correct that the size of the pointer is what is wanted?

julia

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ