Skip to content
Snippets Groups Projects
  1. Dec 18, 2019
  2. Dec 12, 2019
  3. Dec 09, 2019
  4. Dec 08, 2019
  5. Dec 01, 2019
  6. Nov 30, 2019
    • Amir Livneh's avatar
      Fix use of uninitialized data in tests · 8e2f0f86
      Amir Livneh authored
      write_single_frame_pkt() returns a packet length greater than the number of bytes it writes to the buffer. The returned length reflects a fake AEAD overhead, while this extra overhead is never written. As a result, ngtcp2_verify_stateless_reset_token() uses initialized data when reading the end of the packet. This causes noise when using a memory sanitizer.
      8e2f0f86
  7. Nov 27, 2019
  8. Nov 22, 2019
  9. Nov 21, 2019
  10. Nov 20, 2019
  11. Nov 16, 2019
  12. Nov 14, 2019