1. 12 Apr, 2018 3 commits
  2. 11 Apr, 2018 5 commits
  3. 10 Apr, 2018 12 commits
  4. 09 Apr, 2018 4 commits
  5. 06 Apr, 2018 2 commits
  6. 05 Apr, 2018 2 commits
  7. 04 Apr, 2018 4 commits
  8. 03 Apr, 2018 3 commits
  9. 28 Mar, 2018 4 commits
  10. 27 Mar, 2018 1 commit
    • Guillaume Ballet's avatar
      whisper: fix issue in topic list copy (#16381) · 80449719
      Guillaume Ballet authored
      - Fixes #16271. What was appeneded was a pointer to
      an object that changes during the iteration.
      - The topic is allocated as a 4-byte array, fill partial topics
      with 0s. Partial topics are currently disabled, but would
      crash as they rely on the presence of byte number 3.
      80449719