Skip to content
Snippets Groups Projects
  1. Jul 05, 2012
  2. Jul 04, 2012
  3. Jul 03, 2012
  4. Jul 02, 2012
  5. Jun 30, 2012
    • Konstantin Osipov's avatar
      Fix test suite crashes with libobjc2 runtime. · e9d6dca4
      Konstantin Osipov authored
      libobjc2 has a notion of "small objects". The type
      of a small object is detected by checking its address:
      it should not be word-aligned.
      
      When performing a custom memory allocation for Request,
      make sure it's not a small object, by aligning it around
      (void *) pointer (word) boundary.
      
      object_dispose in libobjc2 runtime doesn't check whether
      the passed in object is nil, so check for nil outside.
      e9d6dca4
Loading