You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2018/03/12 18:05:14 UTC

[mynewt-core] branch master updated (27b97ed -> 83f6f87)

This is an automated email from the ASF dual-hosted git repository.

marko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 27b97ed  Merge pull request #893 from michal-narajowski/float-printf-fix
     add 450b9b9  libc; fix possible integer overflow on allocation size.
     add 167eb69  libc; fix integer overflow of alloc size due to multiplication.
     add 286f323  net/oic; remove initialization of pseudo random generator to known number.
     new 83f6f87  Merge pull request #905 from mkiiskila/malloc_fixes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libc/baselibc/src/calloc.c  | 8 ++++++--
 libc/baselibc/src/malloc.c  | 4 +++-
 libc/baselibc/src/realloc.c | 9 +++++----
 net/oic/src/api/oc_ri.c     | 2 --
 4 files changed, 14 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
marko@apache.org.

[mynewt-core] 01/01: Merge pull request #905 from mkiiskila/malloc_fixes

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

marko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 83f6f87d0b53447dc85dc7c36e95a61bae95fa0c
Merge: 27b97ed 286f323
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Mon Mar 12 20:05:11 2018 +0200

    Merge pull request #905 from mkiiskila/malloc_fixes
    
    Possible integer overflows when computing malloc sizes

 libc/baselibc/src/calloc.c  | 8 ++++++--
 libc/baselibc/src/malloc.c  | 4 +++-
 libc/baselibc/src/realloc.c | 9 +++++----
 net/oic/src/api/oc_ri.c     | 2 --
 4 files changed, 14 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
marko@apache.org.