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

D. Hugh Redelmeier hugh at vault.libreswan.fi
Thu Sep 28 06:13:32 UTC 2017


New commits:
commit 8ba75a586c88752d00ac0970dc8a3f59e16c2e6a
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Thu Sep 28 02:00:57 2017 -0400

    simplify around continue statements
    
    - continue is powerful and moderately hard to understand:
      redo code to eliminate the continue if the result is better.
    
    - reduce some scopes
    
    - eliminate some redundant initializers of auto variables.
      Such initialization only papers over a bug (if there is one).
    
    - eliminate unused final parameter to ikev2_find_state_in_init
    
    - in testing/attacks/espiv/ipsec_hack.h: eliminate unused symbols;
      make some filee-static



More information about the Swan-commit mailing list