libosmocore.git branch master updated. 0.10.2-28-gebd3cddb

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Nov 21 21:35:10 UTC 2017


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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  ebd3cddb4c75b284b0d3345ab81980f8f4b44b62 (commit)
      from  fe1ed39846c6537ebfe19d22500ee2e38587c143 (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 -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=ebd3cddb4c75b284b0d3345ab81980f8f4b44b62

commit ebd3cddb4c75b284b0d3345ab81980f8f4b44b62
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Nov 18 23:07:38 2017 +0100

    osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0
    
    Some callers pass NULL and len == 0. The semantics are that we then
    nul-terminate an emtpy string. Avoid a sanitizer warning by not calling
    memcpy() for the NULL case.
    
    Change-Id: I883048cf2807e606c6481634dbd569fc12aed889

-----------------------------------------------------------------------

Summary of changes:
 src/utils.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list