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=937ddea6cce45f3f6dcb8177ea86…
commit 937ddea6cce45f3f6dcb8177ea86162f15ecb5f9
Author: Neels Hofmeyr <neels(a)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=e5a2bdbc5501b892605a6a1fe7e3…
commit e5a2bdbc5501b892605a6a1fe7e30fb2f1546d42
Author: Neels Hofmeyr <neels(a)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