libosmocore.git branch master updated. 0.10.2-60-g937ddea6

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
Sun Dec 17 21:58:12 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  937ddea6cce45f3f6dcb8177ea86162f15ecb5f9 (commit)
       via  e5a2bdbc5501b892605a6a1fe7e30fb2f1546d42 (commit)
      from  3ef14a241afc123560e9a50d17948b040481b299 (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=937ddea6cce45f3f6dcb8177ea86162f15ecb5f9

commit 937ddea6cce45f3f6dcb8177ea86162f15ecb5f9
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Dec 16 00:46:50 2017 +0100

    utils: add osmo_separated_identifiers_valid()
    
    For validating CTRL input, we want to verify that an input variable is a series
    of valid osmo_identifier_valid() separated by dots. Allow validating any
    additional chars with identifiers, for CTRL vars will be just ".".
    
    Change-Id: I13dfd02c8c870620f937d789873ad84c6b1c45de

http://cgit.osmocom.org/libosmocore/commit/?id=e5a2bdbc5501b892605a6a1fe7e30fb2f1546d42

commit e5a2bdbc5501b892605a6a1fe7e30fb2f1546d42
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Dec 16 04:54:37 2017 +0100

    fix osmo_identifier_valid(): only allow printable characters
    
    In particular disallow ASCII 0..31 (control characters) and 127 (DEL).
    
    Change-Id: I04469988495af03c881fe81d7786ca7f71636299

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

Summary of changes:
 include/osmocom/core/utils.h |  1 +
 src/utils.c                  | 23 +++++++++++++++++++----
 2 files changed, 20 insertions(+), 4 deletions(-)


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



More information about the osmocom-commitlog mailing list