On Thu, 19 Nov 2015 02:54:12 +0300
"Dmitry V. Levin" wrote:
> On Thu, Nov 19, 2015 at 12:11:33AM +0100, Gabriel Laskar wrote:
> > Array should be enclosed by square brakets, and elements should be
> > separated by commas.
> >
> > * dirent.c: fix typos in array output of getdents()
>
> Thanks.
On Thu, Nov 19, 2015 at 12:11:33AM +0100, Gabriel Laskar wrote:
> Array should be enclosed by square brakets, and elements should be
> separated by commas.
>
> * dirent.c: fix typos in array output of getdents()
Thanks. I suppose getdents64 has same issues.
btw, we've got a test for these syscal
Array should be enclosed by square brakets, and elements should be
separated by commas.
* dirent.c: fix typos in array output of getdents()
Signed-off-by: Gabriel Laskar
---
dirent.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dirent.c b/dirent.c
index 7b2609e..8b8
On Wed, Nov 18, 2015 at 06:09:09PM +, Orion Poplawski wrote:
> It doesn't appear that strace currently decodes IN_PKTINFO information on
> recvmsg/sendto calls. Is that correct?
Yes, the only cmsg decoding we have now is for cmsg_level == SOL_SOCKET types.
> How hard would it be to add it?
It doesn't appear that strace currently decodes IN_PKTINFO information on
recvmsg/sendto calls. Is that correct? How hard would it be to add it?
--
___
Strace-devel mailing li