* grub-core/fs/iso9660.c: Replace strncat with memcpy.

* include/grub/misc.h: Remove strncat.
	* grub-core/lib/posix_wrap/string.h: Likewise.
This commit is contained in:
Vladimir Serbinenko 2013-10-26 12:49:51 +02:00
parent 6d1fc99ab5
commit 2a8a75855c
4 changed files with 16 additions and 36 deletions

View file

@ -1,3 +1,9 @@
2013-10-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/iso9660.c: Replace strncat with memcpy.
* include/grub/misc.h: Remove strncat.
* grub-core/lib/posix_wrap/string.h: Likewise.
2013-10-26 Vladimir Serbinenko <phcoder@gmail.com>
* tests/date_unit_test.c: New test.