[2005-03-06] CVS repository changes
This message was generated and sent automatically. It contains a
summary of the CVS commits over the last 48 hours. These changes
should be propagated to the public repository within at most a day
or two. Most probably, they have already been propagated.
2005-03-05 18:15:20 Christoph Ludwig
<cludwig@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> (roessler)
* crypt.c: The attached patch fixes a segfault I observed
today: mutt failed to check for a possible null pointer in
mutt_is_application_smime(Body*).
2005-03-05 07:10:57 brendan (brendan)
* mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h,
mutt_ssl.c, mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c:
Rename open/close/read/write function pointers to avoid problems
with systems where standard open/close/read/write functions are
implemented with macros. Thanks to Aaron Crane and others for
their input about the problem.