grub/grub-core/net
Vladimir Serbinenko eb03ede014 * grub-core/fs/ext2.c (grub_ext2_read_symlink): Use memcpy rather
strncpy.
	* grub-core/fs/jfs.c (grub_jfs_lookup_symlink): Likewise.
	* grub-core/kern/misc.c (grub_strncpy): Move from here ...
	* include/grub/misc.h (grub_strncpy): ... to here. Make inline.
	* grub-core/net/net.c (grub_net_addr_to_str): Use COMPILE_TIME_ASSERT
	+ strcpy rather than strncpy.
2013-11-01 18:44:46 +01:00
..
drivers Split emunet into platform-dependent and GRUB-binding parts. Keep 2013-10-15 11:55:20 +02:00
arp.c * grub-core/net/arp.c: Remove variable length arrays. 2013-10-20 17:40:21 +02:00
bootp.c * grub-core/net/arp.c: Remove variable length arrays. 2013-10-20 17:40:21 +02:00
dns.c * grub-core/net/dns.c (hash): Use unsigned arithmetic. 2013-10-25 20:26:27 +02:00
ethernet.c support routed pings 2011-10-13 20:53:22 +02:00
http.c * grub-core/net/http.c: Fix bad free. 2013-04-12 20:17:53 +02:00
icmp.c support routed pings 2011-10-13 20:53:22 +02:00
icmp6.c * grub-core/net/arp.c: Remove variable length arrays. 2013-10-20 17:40:21 +02:00
ip.c * grub-core/disk/ahci.c: Add needed explicit cast. 2013-08-21 21:02:14 +02:00
net.c * grub-core/fs/ext2.c (grub_ext2_read_symlink): Use memcpy rather 2013-11-01 18:44:46 +01:00
netbuff.c * grub-core/net/ip.c (reassemble): Make asm_buffer into asm_netbuff. 2012-05-08 16:03:02 +02:00
tcp.c * grub-core/disk/ahci.c: Add needed explicit cast. 2013-08-21 21:02:14 +02:00
tftp.c * grub-core/net/tftp.c: Retransmit ack when rereceiving old packet. 2013-10-27 19:15:37 +01:00
udp.c * grub-core/disk/ahci.c: Add needed explicit cast. 2013-08-21 21:02:14 +02:00