From: Marcelo R. J. <mro...@us...> - 2021-03-09 15:13:12
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Portable UPnP SDK". The branch, master has been updated via 2bbbebf7937d60d79e5ff072f33a0963c7b46aa9 (commit) from 4265d32eb4169428192c242cfadea8e3d5aa92ee (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2bbbebf7937d60d79e5ff072f33a0963c7b46aa9 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Tue Mar 9 12:10:38 2021 -0300 Avoid non-zero terminated interface name If the interface name was the same size as the buffer, the resulting string would not be zero terminated. Also, there is no need to zero fill the buffer before copying because strncpy() will zero fill the remaining bytes. ----------------------------------------------------------------------- Summary of changes: upnp/src/api/upnpapi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Portable UPnP SDK |