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

D. Hugh Redelmeier hugh at vault.libreswan.fi
Mon Jan 14 05:14:40 UTC 2019


New commits:
commit 26747e508d7d93c7c9efa5fc12b2177e41a2fcc2
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Mon Jan 14 00:13:46 2019 -0500

    libswan: Introduce and exploit EMPTY_CHUNK and CHUNKO(); delete CHUNK()
    
    - EMPTY_CHUNK is a literal constant equal to empty_chunk.  Being a
      literal it should allow for better static analysis (better code
      generation and better compiler diagnostics).
    
    - CHUNKO() creates a chunk for an object
    
    - CHUNK() was never used but was like CHUNKO. It could only be used as
      an initializer, and only if the object were an array (surely a bug).



More information about the Swan-commit mailing list