Skip to content
Snippets Groups Projects
  1. May 07, 2021
    • Yuntao Xu's avatar
      Convert jni/Android.mk to Android.bp · e60c3649
      Yuntao Xu authored
      Convert the Make file to a Soong one
      
      Bug: 186641883
      Test: compared the results built by Make and Soong
      Test: TreeHugger
      Change-Id: I81f3acffc8b7157cf3d8a5edfce25ecdbf9ca742
      e60c3649
  2. Feb 13, 2021
  3. Jul 29, 2020
  4. Aug 15, 2019
    • Po-Chien Hsueh's avatar
      Move libgiftranscode.so to /product · 003eb491
      Po-Chien Hsueh authored
      libgiftranscode.so is a jni lib for Messaging app, which is usually
      overridden by proprietary apps on shipping devices. We have moved
      Messaging to /product. Now this CL move libgiftranscode.so too.
      
      Bug: 138282284
      Test: Open gif files with Messaging on aosp_crosshatch
      Change-Id: Ic104ba8ec5c2258a28c8d19151a00f6c601b5f80
      003eb491
  5. Nov 01, 2017
  6. Mar 15, 2017
  7. Jan 13, 2017
    • Tom Taylor's avatar
      32764144 Security Vulnerability - heap buffer overflow in libgiftranscode.so · 6f763fef
      Tom Taylor authored
      in colorMap->Colors[colorIndex]
      
      * No range checking was done on a color index. Add range
      checking and bail if the color index is out of range.
      
      Test: tested sending a large gif that would invoke the GifTranscoder library
      to make the gif smaller.
      
      Bug: 32764144
      Change-Id: I44f36274ec333ae1960fa8fc96b2dbde35fbaa66
      6f763fef
  8. Jan 04, 2017
    • Tom Taylor's avatar
      33388925 Mismatched new vs delete in framesequence library · 837474a3
      Tom Taylor authored
      * The array allocations neglected to include [] so delete, instead
      of delete [] would get called.
      
      * Test
      Manual
      - tested sending a large gif that would invoke the GifTranscoder library
      to make the gif smaller.
      
      Bug: 33388925
      Change-Id: I1e200e470d66ae615ffe9340ff9c049eaa73f63c
      837474a3
  9. Dec 01, 2016
    • Tom Taylor's avatar
      32322450 Security Vulnerability - heap buffer overflow in libgiftranscode.so · bcc1f627
      Tom Taylor authored
      * No range checking was done on the background color index. Add range
      checking and bail if the color index is out of range.
      
      * Test
      Manual
      - tested sending the gif attached in the bug.
      - tested sending a 3.5mb gif to verify the gif transcoding was taking place.
      - tested on arm64, arm, and x86 devices.
      
      Change-Id: Id16ddccf05c8472ddebc1284b2a928dafd1be551
      Fixes: 32322450
      bcc1f627
  10. Nov 30, 2016
    • Tom Taylor's avatar
      32322450 Security Vulnerability - heap buffer overflow in · 0bc4f2ff
      Tom Taylor authored
      libgiftranscode.so
      
      * No range checking was done on the background color index.
      Add range checking and bail if the color index is out of range.
      
      Test: Manual
      - tested sending the gif attached in the bug.
      - tested sending a 3.5mb gif to verify the gif transcoding was
      taking place.
      - tested on arm64, arm, and x86 devices.
      
      Change-Id: I0fd2141436e506a3dc2da04c8ede4701e2a57d19
      0bc4f2ff
  11. May 12, 2016
  12. Mar 22, 2016
  13. Mar 11, 2016
    • Dan Albert's avatar
      Stop targeting Froyo. · 374af0d0
      Dan Albert authored
      Froyo isn't supported any more.
      
      Change-Id: I0008ad0273b2aa31ca523fdedd64437bf76c5cbe
      374af0d0
  14. Aug 24, 2015
  15. Aug 12, 2015
Loading