1. 09 Sep, 2016 1 commit
    • Eric Laurent's avatar
      SoundTrigger: get service by value. · 3b01b301
      Eric Laurent authored
      Get strong pointer to service interface by value and not reference to
      prevent race conditions where the service pointer can be cleared
      by another thread while in use.
      
      Bug: 30907212
      Change-Id: I6f02ec3fd1e6392b842b334e1cc4f9aa23916009
      3b01b301
  2. 31 Aug, 2016 3 commits
  3. 30 Aug, 2016 1 commit
  4. 22 Aug, 2016 8 commits
  5. 19 Aug, 2016 18 commits
  6. 18 Aug, 2016 2 commits
  7. 17 Aug, 2016 4 commits
  8. 16 Aug, 2016 1 commit
    • Ray Essick's avatar
      better validation lengths of strings in ID3 tags · d23c0154
      Ray Essick authored
      Validate lengths on strings in ID3 tags, particularly around 0.
      Also added code to handle cases when we can't get memory for
      copies of strings we want to extract from these tags.
      
      Affects L/M/N/master, same patch for all of them.
      
      Bug: 30744884
      Change-Id: I2675a817a39f0927ec1f7e9f9c09f2e61020311e
      Test: play mp3 file which caused a <0 length.
      d23c0154
  9. 01 Aug, 2016 2 commits