commit | 6aff905048ba3b03724f17e2aba9089872e14cd2 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Fri May 22 13:20:23 2009 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Fri May 22 13:51:47 2009 -0700 |
tree | 2e9887f1d73e0783595ea629dd606737171b2387 | |
parent | 9681a5e06badbd817342e8f6be4ffbe9102c1e98 [diff] |
Fix a major bug in Bundle when unparcelling from AIDL. There was a serious problem in the Bundle(Parcel) and readFromParcel() methods, where it wasn't doing the copying of the Parcel that Parcel.readBundle() does and is a basic requirement for it to work correctly. This re-arranges the code to make all of these functions (hopefully) correct. Also fix a problem in Parcel where we were not duping fds when copying data from one Parcel to another.