Skip to content
Snippets Groups Projects
  1. Dec 18, 2016
  2. Dec 15, 2016
  3. Dec 07, 2016
  4. Nov 16, 2016
  5. Oct 27, 2016
  6. Oct 19, 2016
  7. Sep 20, 2016
  8. Aug 25, 2016
    • Jonathan Wilkes's avatar
      port from Pd Vanilla (some of these were already ported): 5a1b58 · d7ccb9db
      Jonathan Wilkes authored
      These bugs were discovered via static code-analysis
      https://scan.coverity.com/projects/pure-data-pure-data
      (The CID numbers are the "Coverity IDs" used to identify the various bugs)
      
      - Don't free binbuf within glist_readfrombinbuf (CID:74871)
      - it must be deleted by the caller
      - Initialize sockaddr_in (CID:74861,74862,74863,74866)
      - Initialize indelay/outdelay (CID:74864,74865)
      - Initialize device-arrays (CID:74853,74854,74855,74856)
      - Closing unneeded sockets (CID:74827)
      - Initialize sockaddr_in (CID:74860}
      - Close file-descriptor if the soundfile is unparsable (CID:74822,74823)
      - Close file-handle in cleanup (CID:74816)
      - Call va_end() when handling variadic args (CID:74872)
      - Added missing break (CID:74800)
      - Prevent NULL-dereferences (CID:74792,74793)
      - Size checks when copying into string buffers (CID:74844,74845,74846,74847,74849)
      - Freeing no-more used storage (CID:74832)
      - Fixed code block (CID:74806)
      - Initialize sockaddr_in (CID:74860)
      - Initialize array-values to 0 (CID:74867)
      - Free allocated memory (CID:74813,74830)
      - Removed allocation of unused memory
      - Use pd_free() to free templates (CID:74814)
      - template_free() does not free the entire structure (it misses the pd_new() part)
      - initialize variable (CID:77865)
      - Prevent NULL-pointer dererencing (CID:77864)
      - Free heap-allocate binbuf after use (CID:74833)
      d7ccb9db
  9. Jul 23, 2016
  10. Jun 06, 2016
  11. Jun 04, 2016
  12. Jun 03, 2016
  13. Jan 25, 2016
  14. Jan 22, 2016
  15. Jan 20, 2016
  16. Jan 18, 2016
  17. Jan 07, 2016
  18. Jan 06, 2016
  19. Dec 28, 2015
  20. Dec 24, 2015
  21. Dec 22, 2015
  22. Oct 20, 2015
  23. Sep 20, 2015
  24. Sep 18, 2015
  25. Sep 11, 2015
  26. Sep 10, 2015
  27. Aug 16, 2015
  28. May 09, 2015
  29. May 08, 2015
  30. Apr 18, 2015
  31. Apr 15, 2015
  32. Mar 13, 2015
  33. Mar 06, 2015
  34. Feb 13, 2015
Loading