1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/hermit/libkern
Stefan Lankes f4bbedd3c8 use place holder for ascii code 0
=> 0 terminates a C string
=> bad for linux, because linux copies the messages
   via strcpy to the user-space
2015-06-29 09:46:03 +02:00
..
Makefile HermitCore is independent to the Linux kernel => move to an own subdirectory 2015-05-23 14:35:45 +02:00
printf.c define auxiliary array as static 2015-06-28 19:17:15 +02:00
sprintf.c HermitCore is independent to the Linux kernel => move to an own subdirectory 2015-05-23 14:35:45 +02:00
stdio.c use place holder for ascii code 0 2015-06-29 09:46:03 +02:00
string.c HermitCore is independent to the Linux kernel => move to an own subdirectory 2015-05-23 14:35:45 +02:00
strstr.c HermitCore is independent to the Linux kernel => move to an own subdirectory 2015-05-23 14:35:45 +02:00
strtol.c HermitCore is independent to the Linux kernel => move to an own subdirectory 2015-05-23 14:35:45 +02:00
strtoul.c HermitCore is independent to the Linux kernel => move to an own subdirectory 2015-05-23 14:35:45 +02:00