Closed tarmasr closed 7 months ago
@arnopo : as requested
This patch adds 0-termination of the destination buffer after each call of strncpy() in the open-amp project. In one place optional {...} braces were added to an else branch because its if branch now needs braces.
LGTM after addressing Arnaud's concern.
@arnopo : as requested
This patch adds 0-termination of the destination buffer after each call of strncpy() in the open-amp project. In one place optional {...} braces were added to an else branch because its if branch now needs braces.