~ubuntu-branches/ubuntu/utopic/vsftpd/utopic-proposed

« back to all changes in this revision

Viewing changes to readwrite.c

  • Committer: Package Import Robot
  • Author(s): Daniel Llewellyn (Bang Communications)
  • Date: 2013-05-08 14:08:53 UTC
  • mfrom: (2.6.1 squeeze)
  • Revision ID: package-import@ubuntu.com-20130508140853-ahhuki963v9fuuns
Tags: 3.0.2-1ubuntu2
* debian/patches/13-disable-clone-newpid.patch
  - patch to remove CLONE_NEWPID syscall
    see: https://bugzilla.novell.com/show_bug.cgi?id=786024#c38
    Fixes LP: #1160372

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
  {
84
84
    int ret;
85
85
    priv_sock_send_cmd(p_sess->ssl_consumer_fd, PRIV_SOCK_DO_SSL_READ);
 
86
    priv_sock_send_int(p_sess->ssl_consumer_fd, len);
86
87
    ret = priv_sock_get_int(p_sess->ssl_consumer_fd);
87
88
    priv_sock_recv_buf(p_sess->ssl_consumer_fd, p_buf, len);
88
89
    /* Need to do this here too because it is useless in the slave process. */