libosmocore.git branch master updated. 0.8.0-26-g6b1faf7

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
Sat Apr 11 17:57:44 UTC 2015


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  6b1faf73628f3a8cc94a360600f1c4e6c76ca461 (commit)
       via  c2b4458e0789dcf42bd0fb7498d97c041aca87be (commit)
       via  1885395551fb9a34145e9e242754ba3b2a9aa09e (commit)
       via  9a1a5a1c0ad0e42ad2cb897e7248638634aaef5a (commit)
      from  a84db616737cda5dfc6e8590a29523dc08090f60 (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=6b1faf73628f3a8cc94a360600f1c4e6c76ca461

commit 6b1faf73628f3a8cc94a360600f1c4e6c76ca461
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sat Apr 11 19:33:10 2015 +0200

    logginrb: Fix compiler warning about fprintf
    
    loggingrb/loggingrb_test.c:76:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
            fprintf(stderr, log_target_rb_get(ringbuf_target, 0));
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    loggingrb/loggingrb_test.c:77:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
            fprintf(stderr, log_target_rb_get(ringbuf_target, 1));
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

commit c2b4458e0789dcf42bd0fb7498d97c041aca87be
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sat Apr 11 19:31:03 2015 +0200

    sim: Use extern for these structs to generate a linkage
    
    Fixes:
    duplicate symbol _ts102221_fcp_vals in:
        .libs/core.o
        .libs/card_fs_usim.o
    duplicate symbol _pcsc_reader_ops in:
        .libs/reader.o
        .libs/card_fs_usim.o

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

commit 1885395551fb9a34145e9e242754ba3b2a9aa09e
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sat Apr 11 19:29:52 2015 +0200

    macaddr: Use the BSD code for Darwin as well
    
    It simply compiles, no other testing has been done.

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

commit 9a1a5a1c0ad0e42ad2cb897e7248638634aaef5a
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sat Apr 11 19:26:55 2015 +0200

    utils: Disable the weak symbol for darwin
    
    We should consider simply removing the alias as we have
    had several ABI changes since introducint the alias
    
    utils.c:223:23: error: only weak aliases are supported on darwin
            __attribute__((weak, alias("osmo_hexdump_nospc")));

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

Summary of changes:
 include/osmocom/sim/sim.h        | 2 +-
 src/macaddr.c                    | 2 +-
 src/sim/sim_int.h                | 2 +-
 src/utils.c                      | 6 +++++-
 tests/loggingrb/loggingrb_test.c | 4 ++--
 5 files changed, 10 insertions(+), 6 deletions(-)


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



More information about the osmocom-commitlog mailing list