Displaying 1 result from an estimated 1 matches for "currentaddress".
Did you mean:
current_address
2010 Apr 28
0
ANNOUNCE: cifs-utils release 4.4 available for download
...Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 1876123958c3afd44becce0427755257ddf87db9
Author: Jeff Layton <jlayton at samba.org>
Date: Wed Apr 14 14:11:37 2010 -0400
mount.cifs: check for NULL pointer before calling strchr()
mount.cifs calls strchr on currentaddress, which may be a NULL pointer.
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 9eb040343a5917c08c80d43ef3123d796f88bf6e
Author: Jeff Layton <jlayton at samba.org>
Date: Tue Apr 13 10:18:13 2010 -0400
automake: don't use @foo@ constructs in Makefile.am...