libosmocore.git branch master updated. 0.9.0-130-g27e8036

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 Apr 24 09:12:48 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, master has been updated
       via  27e8036d418181e390809c8668d15a9ab425be59 (commit)
      from  8a5346ba2f7ed7b4e69d32397b99d11c14694a2a (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=27e8036d418181e390809c8668d15a9ab425be59

commit 27e8036d418181e390809c8668d15a9ab425be59
Author: Max <msuraev at sysmocom.de>
Date:   Sat Apr 23 19:37:58 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 | 4 ++--
 src/gb/gprs_ns.c    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


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



More information about the osmocom-commitlog mailing list