mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Fixing 98e583430f, the semantics of strncpy
require that the remainder of dst be filled with null bytes.
Signed-off-by: Damien George <damien@micropython.org>