libosmocore.git branch max/asan updated. 0.9.0-129-g043c580

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 23 16:27:33 UTC 2016


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, max/asan has been updated
  discards  eaf71ad80b0c636485de3b0b5915380c4ba29aa8 (commit)
       via  043c580c735ecafa5224b75aa2967cb7786f26bc (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (eaf71ad80b0c636485de3b0b5915380c4ba29aa8)
            \
             N -- N -- N (043c580c735ecafa5224b75aa2967cb7786f26bc)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=043c580c735ecafa5224b75aa2967cb7786f26bc

commit 043c580c735ecafa5224b75aa2967cb7786f26bc
Author: Max <msuraev at sysmocom.de>
Date:   Sat Apr 23 18:23:21 2016 +0200

    Fix unaligned access found by addr. sanitizer
    
    gprs_bssgp.c:461:9: runtime error: load of misaligned address
    0x62100001a66b for type 'uint32_t', which requires 4 byte alignment
    
    gprs_ns.c:937:16: runtime error: load of misaligned address
    0x61d00002a97f for type 'uint16_t', which requires 2 byte alignment

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

Summary of changes:
 src/gb/gprs_bssgp.c | 2 +-
 src/gb/gprs_ns.c    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


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



More information about the osmocom-commitlog mailing list