gint/src
lephe 1685813078 libc: fix a pointer overflow in kprint
When the size of the input buffer is not specified, the default was
INT_MAX; however this will cause the pointer value to overflow in many
situations, causing kprint_flush() to flush prematurely and write NUL
bytes at inappropriate places.

This commit changes the default size to 65535. Morale: never use
sprintf() or vsprintf()...
2019-07-16 19:13:26 -04:00
..
core TODO update and miscellaneous style 2019-07-16 18:34:10 -04:00
cpg TODO update and miscellaneous style 2019-07-16 18:34:10 -04:00
dma core: add a hardware detection interface 2019-07-04 12:11:43 -04:00
keysc TODO update and miscellaneous style 2019-07-16 18:34:10 -04:00
r61524 TODO update and miscellaneous style 2019-07-16 18:34:10 -04:00
render render-cg: 8x9 font and proportional font rendering 2019-06-23 17:27:44 -04:00
render-cg TODO update and miscellaneous style 2019-07-16 18:34:10 -04:00
render-fx TODO update and miscellaneous style 2019-07-16 18:34:10 -04:00
rtc core: add a hardware detection interface 2019-07-04 12:11:43 -04:00
std libc: fix a pointer overflow in kprint 2019-07-16 19:13:26 -04:00
t6k11 core: add a hardware detection interface 2019-07-04 12:11:43 -04:00
tmu tmu: export definitions, clean stop, expose address 2019-07-16 15:39:38 -04:00
font5x7.png render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
font8x9.png render-cg: make the 8x9 font the default 2019-07-04 11:49:15 -04:00