Skip to content
  1. Jul 07, 2016
    • ziggurat29's avatar
      cdcacm_unbind leaks write request objects. This arises due to freeing the · 2cadf783
      ziggurat29 authored
      bulk IN endpoint before the loop that frees the requests via cdcasm_freereq.
      That function checks the parameters and skips the freeing if either is NULL.
      Freeing the bulk IN enpoint will cause the first param to be NULL, thereby
      bypassing the free operation.  To fix, I moved the release of the bulk IN
      endpoint until after to loop (much as was the case for the OUT and read
      requests, which did not exhibit the problem).
      2cadf783
    • ziggurat29's avatar
      Merged nuttx/nuttx into master · e5b5512d
      ziggurat29 authored
      e5b5512d
  2. Jul 06, 2016
  3. Jul 05, 2016
  4. Jul 04, 2016
  5. Jul 03, 2016
  6. Jul 02, 2016
  7. Jul 01, 2016