Re: [PATCH wayland v2 0/4] wl_array: documentation and test

2016-10-18 Thread Pekka Paalanen
On Tue, 27 Sep 2016 13:03:46 -0500 Yong Bakos wrote: > From: Yong Bakos > > This series adds documentation to wl_array and its methods. > > There is one implementation change: defining an invalid pointer address, and > setting the `data`

[PATCH wayland v2 0/4] wl_array: documentation and test

2016-09-27 Thread Yong Bakos
From: Yong Bakos This series adds documentation to wl_array and its methods. There is one implementation change: defining an invalid pointer address, and setting the `data` pointer to the invalid pointer address after free, in wl_array_release. I did not set `size` and