mirror of
https://github.com/micropython/micropython.git
synced 2026-02-01 00:30:26 +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>