Hello everyone,

I've noticed data_size and offset_size members of
binder_transaction_data struct (drivers/staging/android/binder.h):

struct binder_transaction_data {
...
  size_t          data_size;      /* number of bytes of data */
  size_t          offsets_size;   /* number of bytes of offsets */
...
}

I wonder if there are any limitations for size of data and size of
offset?

Best wishes,
Vladimir Murzin

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to