New commits:
commit 19e0ebcfd3f7f67cf093cb45ef33cbde372864f8
Author: Andrew Cagney <[email protected]>
Date:   Mon Nov 30 12:50:36 2020 -0500

    x509: don't use isxdigit()
    
    (grr, NSS sucks in <ctype.h>)
    
    Spotted by Patrick Welche.

commit df3fb0bf55ddb85f35d5d921229a169a7cc924e7
Author: Andrew Cagney <[email protected]>
Date:   Mon Nov 30 12:42:57 2020 -0500

    vendor: update
    
    - replace isprint() with jam_sanitized_bytes()
      use of isprint() found by Patrick Welche (nss headers #include
      <ctype.h> :-(
    - replace hexdig[] with jam_dump_bytes()

commit dac754fe81a7cf3990cb126fecd928163eea9085
Author: Andrew Cagney <[email protected]>
Date:   Mon Nov 30 10:41:14 2020 -0500

    _import_crl: update
    
    - replace isalnum()+atol() mashup with strtol()
      (use spotted by by Patrick Welche);
    - use pluto's alloc/free
    - abort using fatal() and PLUTO_EXIT_FAIL, not exit(-1)

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to