[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#4292) strerror bug with openldap 2.3.11->2.3.14



Here is a diff of the changes for clarity:

--- string.h    Fri Dec 23 15:54:42 2005
+++ ../../../../openldap-2.3.14/include/ac/string.h     Fri Dec 30 
17:14:41 2005
@@ -106,7 +106,7 @@
  #if defined( HAVE_NONPOSIX_STRERROR_R )
  #      define AC_STRERROR_R(e,b,l)             (strerror_r((e), (b), 
(l)))
  #elif defined( HAVE_STRERROR_R )
-#      define AC_STRERROR_R(e,b,l)             (strerror_r((e), (b), (l)) 
? (b) : "")
+#      define AC_STRERROR_R(e,b,l)             (strerror_r((e), (b), (l)) 
? "" : (b))
  #elif defined( HAVE_SYS_ERRLIST )
  #      define AC_STRERROR_R(e,b,l)             ((e) > -1 && (e) < 
sys_nerr \

? sys_errlist[(e)] : "" )


On Fri, 30 Dec 2005, openldap-its@OpenLDAP.org wrote:

>
> *** THIS IS AN AUTOMATICALLY GENERATED REPLY ***
>
> Thanks for your report to the OpenLDAP Issue Tracking System.  Your
> report has been assigned the tracking number ITS#4292.
>
> One of our support engineers will look at your report in due course.
> Note that this may take some time because our support engineers
> are volunteers.  They only work on OpenLDAP when they have spare
> time.
>
> If you need to provide additional information in regards to your
> issue report, you may do so by replying to this message.  Note that
> any mail sent to openldap-its@openldap.org with (ITS#4292)
> in the subject will automatically be attached to the issue report.
>
> 	mailto:openldap-its@openldap.org?subject=(ITS#4292)
>
> You may follow the progress of this report by loading the following
> URL in a web browser:
>    http://www.OpenLDAP.org/its/index.cgi?findid=4292
>
> Please remember to retain your issue tracking number (ITS#4292)
> on any further messages you send to us regarding this report.  If
> you don't then you'll just waste our time and yours because we
> won't be able to properly track the report.
>
> Please note that the Issue Tracking System is not intended to
> be used to seek help in the proper use of OpenLDAP Software.
> Such requests will be closed.
>
> OpenLDAP Software is user supported.
> 	http://www.OpenLDAP.org/support/
>
> --------------
> Copyright 1998-2005 The OpenLDAP Foundation, All Rights Reserved.
>