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

D. Hugh Redelmeier hugh at vault.libreswan.fi
Fri Mar 21 07:53:31 EET 2014


New commits:
commit 957101b6961805ec739d432aac569ceb2e1629bb
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Fri Mar 21 01:52:28 2014 -0400

    Followup to 6a8e3b1a8114c09901b80ef374c436c503986b47
    
    - reintroduce private buffers for packet marshalling (instead of reply_buffer)
      for functions that might be called during the creation of a packet.
      	send_notification, ikev1_delete_out,
    	send_v2_notification, ikev2_send_informational
      Not sure this is necessary in each case, but is safe.  Any others?
    
    - every use of reply_buffer should only use it to initialize reply_stream.

commit da5bb367c118bf98d95d17c664029ca6cb307f2d
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Fri Mar 21 01:05:17 2014 -0400

    zero(array) will silently fail: it will only zero the first
    element of the array.  Use zero(&array).
    - added comment to definition to make this clear
    - fixed many instances of zero(reply_buffer)
    - fixed one instance that affects CISCO_SPLIT_INC processing.



More information about the Swan-commit mailing list