1. 16 Feb, 2018 1 commit
    • streams: openssl: fix use of uninitialized variable · 84f03b3a
      When verifying the server certificate, we do try to make sure that the
      hostname actually matches the certificate alternative names. In cases
      where the host is either an IPv4 or IPv6 address, we have to compare the
      binary representations of the hostname with the declared IP address of
      the certificate. We only do that comparison in case we were successfully
      able to parse the hostname as an IP, which would always result in the
      memory region being initialized. Still, GCC 6.4.0 was complaining about
      usage of non-initialized memory.
      
      Fix the issue by simply asserting that `addr` needs to be initialized.
      This shuts up the GCC warning.
      Patrick Steinhardt committed
  2. 15 Feb, 2018 4 commits
  3. 10 Feb, 2018 2 commits
  4. 09 Feb, 2018 14 commits
  5. 08 Feb, 2018 7 commits
  6. 07 Feb, 2018 1 commit
  7. 05 Feb, 2018 1 commit
  8. 04 Feb, 2018 7 commits
  9. 03 Feb, 2018 3 commits