search for: 9efe89c

Displaying 1 result from an estimated 1 matches for "9efe89c".

2014 Mar 23
0
[PATCH] [channels.c] Remove wrong channel_new() comment
...channel_new() comment + channel_new doesn't free remote_name since 2003/05/11 20:30:25 + 20140317 - (djm) [sandbox-seccomp-filter.c] Soft-fail stat() syscalls. Add XXX to remind myself to add sandbox violation logging via the log socket. diff --git a/channels.c b/channels.c index 9efe89c..72f166d 100644 --- a/channels.c +++ b/channels.c @@ -265,8 +265,7 @@ channel_register_fds(Channel *c, int rfd, int wfd, int efd, } /* - * Allocate a new channel object and set its type and socket. This will cause - * remote_name to be freed. + * Allocate a new channel object and set its t...