[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Fri Oct 25 21:40:16 UTC 2019


New commits:
commit 2dcc3d6df897235fbcffc2715d7a5a0f209e524f
Merge: 3263bc2 636855f
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Oct 25 17:37:26 2019 -0400

    memory: tuneup
    
    - use calloc to allocate zeroed memory
    - explicitly pass uninitialized memory to libevent
      (was doing this for reallocs already)
    - replace resize_bytes() with realloc_bytes();
      use realloc() underneath and ensure additional
      memory is set to zero
    
    Merge commit '636855fca3c0477b86e3a317526dcd554463482f'

commit 636855fca3c0477b86e3a317526dcd554463482f
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Oct 25 14:45:21 2019 -0400

    memory: use calloc() in alloc_bytes()

commit 2f42296d67e5155c148eefe90e0e8ea5460efbf7
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Oct 25 14:04:08 2019 -0400

    memory: replace resize_bytes() with realloc_bytes(), always zero memory

commit 18bf44a59706965146b030db842362309e72f811
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Oct 25 13:51:58 2019 -0400

    memory: add uninitialized_realloc(), pass into libevent

commit 299b4cc8753f6400a63832e48f65b0e189e4c18a
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Oct 25 13:32:33 2019 -0400

    memory: add uninitialized_malloc() pass (wrapped) into libevent



More information about the Swan-commit mailing list