[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] minor bugs
libpconn/slp.c makes the mistake of bypassing pconn->io_close(),
calling close() on pconn->fd directly, in slp_{read|write}() (lines 168
and 501 in 2.2.2).
I'm not sure what format ya'll want fixes in, the trivial fix is to
simply call pconn->io_close(pconn) instead, and not set pconn->fd to -1
after.
--
Matthew Weigel
Research Systems Programmer
mcweigel@cs.cmu.edu ne weigel@pitt.edu
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.