[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nss-mysql-devel] [ 100255 ] ent.c bug
From: |
nobody |
Subject: |
[Nss-mysql-devel] [ 100255 ] ent.c bug |
Date: |
Sun, 23 Dec 2001 16:33:25 -0500 |
Support Request #100255, was updated on 2001-Dec-21 14:27
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=100255&group_id=443
Category: None
Status: Closed
Priority: 5
Summary: ent.c bug
By: gmorin
Date: 2001-Dec-23 22:33
Message:
Logged In: YES
user_id=230
Browser: Mozilla/5.0 (compatible; Konqueror/2.2.2; Linux)
Yes, there was indeed a bug. Fixed in latest CVS.
----------------------------------------------------------------------
By: nbeirao
Date: 2001-Dec-21 14:27
Message:
Logged In: NO
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)
Hi!
When you disable group and shadow support with
configure, then after installing the library and you
try to use homedir completion on the shell (like
~nb<TAB> to write ~nbeirao) you get an error about
undefined symbol and the library crashes.
The solution I found is to comment the lines
_nss_mysql_free_groups(&((s)->goptions)); and
_nss_mysql_free_shadow(&((s)->soptions)); int the
file ent.c.
Like this:
/* frees parsing results */
#define free_parse(s) \
_nss_mysql_free_users(&((s)->options));
/* _nss_mysql_free_groups(&((s)->goptions)); \ */
/* _nss_mysql_free_shadow(&((s)->soptions)); */
Nuno Beirão
address@hidden
----------------------------------------------------------------------
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=100255&group_id=443