Skip to content

KVC can corrupt NSObjects isa & return garbage. #19

Description

@psineur

When getting struct value with memory footprint not multiple of 4 ( i.e. ccColor3B - 3 bytes) with valueForKey: via property's/method name (not via ivar name) - isa pointer can be changed (sic!).

Looks like it happens on iOS 4.3

Affected:

  • iPhone 4 with iOS 4.3.2
  • iPod Touch 4G with iOS 4.3.1
  • iPad 2 with iOS 4.3.5
  • 4.3 Simulator ( 5 bytes struct crashes, 4 bytes struct works ok)

Nonaffected:

  • iPad 2 with iOS 5.0.1
  • Mac OS X 10.7.2
  • 5.0 Simulator

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions