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

D. Hugh Redelmeier hugh at vault.libreswan.fi
Fri Aug 7 08:16:09 EEST 2015


New commits:
commit 23f1bfe040999206149a2d1f59fb8510ada1d9e7
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Fri Aug 7 00:46:39 2015 -0400

    pluto, rsasigkey: fix two messed up calls to messup
    
    - cannot use messup() (or zero()) with a pointer to first element of an array
    
    - fix: introduce and use messupn;
      add comments to zero() to make its limitations clearer.
    
    - Paul noticed one instance of the bug and rendered it non-fatal in
      4218390f66a7a87a7888c067e86cdd80d276caf8 (not actually a fix, but
      no problem will be observable).
    
    - The bug was introduced in 6cce0301a12390a7211df35d98114cbe8f956918
      when an auto buffer array was replaced by a heap-allocated buffer
      represented by a pointer to the first element.
      Neither zero() nor messup() can deal with this new representation.

commit aeb24cbbe883e7f2db1096387e24779a0561d11a
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Fri Aug 7 00:38:44 2015 -0400

    linux/net/ipsec/prng.c: tidy a comment



More information about the Swan-commit mailing list