Skip to content
Snippets Groups Projects
  1. May 29, 2019
    • Vladimír Čunát's avatar
      daemon TCP to upstream: don't send wrong message length · 10a113d7
      Vladimír Čunát authored
      See the added comments.  Such bugs are tricky, because the old code
      would typically work just fine, only if libuv/OS decided to postpone
      copying the data (perhaps large load), we would send two bytes from
      this address on C stack - their later value (hard to predict what).
      
      Security risks: the two bytes might theoretically contain information
      that was more or less private and we just send it to some DNS server
      (possibly over unencrypted TCP), but ATM I find it very unlikely that
      this bug could be practically exploited.
      Verified
      10a113d7
  2. May 28, 2019
  3. May 24, 2019
  4. May 22, 2019
  5. May 06, 2019
  6. Apr 29, 2019
  7. Apr 26, 2019
  8. Apr 25, 2019
  9. Apr 23, 2019
  10. Apr 18, 2019
Loading