]> git.corax.cc Git - corax/commit
libc, kernel/klibc: Fix bug in memcpy() where quantities less than 4 byte wouldn...
authorMatthias Kruk <m@m10k.eu>
Sun, 26 Jul 2020 08:09:52 +0000 (17:09 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 26 Jul 2020 08:09:52 +0000 (17:09 +0900)
commit0a5eb7fd51eb70745b738b6b7db545b873a5f04c
treef00ae50b42a169b9be35165d39d034c200b55f5a
parentec9f427586ca205b85686efb49de325b233919b6
libc, kernel/klibc: Fix bug in memcpy() where quantities less than 4 byte wouldn't be copied correctly (replacing the implementation with an assembly one)
kernel/klibc/Makefile
kernel/klibc/string.c
kernel/klibc/string_ia32.S [new file with mode: 0644]
libc/Makefile
libc/string.c
libc/string_ia32.S [new file with mode: 0644]