On Sat, Dec 07, 2013 at 14:11, Vadim Zhukov wrote:
> This patch fixes problems in KDE4, that relies on sharing (process-shared)
> semaphores via mmap(). This feature is used in the wild, so if we claim
> that we support process-shared semaphores, we have to implement it, too.
Haven't forgotten abo
you need to change len to be sizeof(saddr) instead of sizeof(struct sockaddr)
in unprivproc_pop. likewise, the memcpy in source_addresses needs to use
res->ai_addrlen instead of sizeof(struct sockaddr).
with those fixes its ok by me.
On 20 Dec 2013, at 9:12 pm, Florian Obser wrote:
> On Fri,
Am 20.12.2013 um 08:48 schrieb David Gwynne :
> On 20 Dec 2013, at 2:56 am, Alexander Hall wrote:
>
>> Henning Brauer wrote:
>>> * Craig R. Skinner [2013-12-19 10:18]:
On 2013-12-18 Wed 20:48 PM |, J??r??mie Courr??ges-Anglas wrote:
> skin...@britvault.co.uk (Craig R. Skinner) writes
On Fri, Dec 20, 2013 at 01:17:08PM +1000, David Gwynne wrote:
> im glad you wrote a diff rather than simply complain that nat and tftp doesnt
> work. the moving parts generally look good to me apart from the struct
> src_addr and getopt chunks.
>
> please use sockaddr_storage instead of sockaddr