1. 16 Nov, 2016 4 commits
  2. 15 Nov, 2016 3 commits
    • Narayan Kamath's avatar
      IDN: Fix handling of long domain names. · 3bae679e
      Narayan Kamath authored
      We were incorrectly using sizeof() to calculate the size of the
      output array. Note that this change also changes the output size
      to 512 to minimize behavioural differences (especially wrt. ICU
      checks on sizes).
      
      bug: 30765246
      Change-Id: I5d28ddc45d2d6d2bed3e479ca195ed2779b906ed
      3bae679e
    • Paul Duffin's avatar
      DO NOT MERGE: Add tests for security vulnerability CVE-2016-0718 · c14d69d8
      Paul Duffin authored
      The fixes are in external/expat.
      
      (cherry picked from commit e168b494)
      
      Bug: 28698301
      Change-Id: Iafe4a3387be20a05c217abd65588871bb7b47160
      c14d69d8
    • Narayan Kamath's avatar
      DO NOT MERGE IDN: Fix handling of long domain names. · bc48f871
      Narayan Kamath authored
      We were incorrectly using sizeof() to calculate the size of the
      output array. Note that this change also changes the output size
      to 512 to minimize behavioural differences (especially wrt. ICU
      checks on sizes).
      
      bug: 30765246
      Change-Id: I5d28ddc45d2d6d2bed3e479ca195ed2779b906ed
      bc48f871
  3. 11 Apr, 2016 3 commits
  4. 11 Mar, 2016 1 commit
  5. 24 Feb, 2016 2 commits
  6. 23 Feb, 2016 1 commit
  7. 22 Jan, 2016 3 commits
  8. 21 Jan, 2016 1 commit
  9. 06 Dec, 2015 6 commits
  10. 08 Oct, 2015 4 commits
  11. 28 Sep, 2015 1 commit
  12. 17 Sep, 2015 1 commit
    • Neil Fuller's avatar
      Fixes and improvements for SerializationTest · 708f9f54
      Neil Fuller authored
      The tests were order-dependent and flawed: test support classes
      were used in multiple tests but each relied on it being possible
      to detect static initialization of those classes. There was an
      incorrect assertion.
      
      This change splits out unique test support classes for those
      that need them, adds more assertions and fixes the broken
      assertion. Also tidies up some warnings.
      
      Bug: 23031484
      Change-Id: Ia3bb32dd1dbd02a74931604cae424d7e9312c76d
      (cherry picked from commit 729d4eca)
      (cherry picked from commit 5f3b815a)
      708f9f54
  13. 15 Sep, 2015 4 commits
  14. 12 Sep, 2015 4 commits
  15. 10 Sep, 2015 1 commit
  16. 04 Sep, 2015 1 commit