libosmocore.git branch master updated. 0.9.6-152-g1447799

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
Mon Mar 20 05:51:27 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  14477997c1539878b877396ef5b4251001f4e70f (commit)
      from  1c260c0a09810c76188e3d39454c309ffbc72f6b (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=14477997c1539878b877396ef5b4251001f4e70f

commit 14477997c1539878b877396ef5b4251001f4e70f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Mar 16 00:50:06 2017 +0100

    osmo-auc-gen: fix --sqn limit on 32bit systems, fixing build
    
    osmo-auc-gen on 32bit systems allowed only --sqn up to 32bits width. However,
    the recently added regression test for osmo-auc-gen includes an ivocation with
    a 48bit wide --sqn, which now causes the builds to fail on 32bit systems.
    
    Fix the --sqn argument parsing for larger integers by using strtoull(). Do away
    with the intermediate variable 'ul' and place the value directly in the auth
    data struct.
    
    Change-Id: Ifb73b3b3de06576e36076ca573d52327f90a1f77

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

Summary of changes:
 utils/osmo-auc-gen.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


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



More information about the osmocom-commitlog mailing list