From: Philippe W. <phi...@sk...> - 2018-04-14 16:25:08
|
On Fri, 2018-04-13 at 05:56 -0400, IMoL wrote: > git-1f08787cf (of 11 April) fails to build on macOS: > > m_syswrap/syswrap-generic.c:1797:26: error: variable has incomplete type 'struct vki_semid64_ds' > struct vki_semid64_ds buf; > ^ > m_syswrap/syswrap-generic.c:1797:11: note: forward declaration of 'struct vki_semid64_ds' > struct vki_semid64_ds buf; > ^ > m_syswrap/syswrap-generic.c:1798:8: error: no member named 'buf64' in 'union semun' > arg.buf64 = &buf; > ~~~ ^ > > > Looks related to this commit from 1 April (git-54145019b): > > "n-i-bz Fix possible stack trashing by semctl syscall wrapping" Can you try the attached patch ? Thanks Philippe |