Skip to content
Snippets Groups Projects
  1. Dec 07, 2015
  2. Dec 04, 2015
  3. Dec 01, 2015
  4. Nov 30, 2015
  5. Nov 28, 2015
  6. Nov 27, 2015
    • Marek Vavruša's avatar
      libdnssec/key: bad logic leaves key with dangling pointer · 6059f127
      Marek Vavruša authored
      when setting key from rdata, a copy of binary data struct is made.
      that struct is then resized to accomodate for new key.
      if successful, binary data points to freed memory
      when pubkey parsing fails, the resized copy is discarded
      and key binary data left with dangling pointer
      freeing key causes double-free and using it use-after-free
      6059f127
  7. Nov 26, 2015
  8. Nov 24, 2015
  9. Nov 23, 2015
Loading