On Fri, 14 Jan 2005 [EMAIL PROTECTED] wrote:
I have attached a patch I'd like you to try please.
Hi David,
I've found a small problem with the patch.
Please update your rpms with the extra patch below or get the version I have uploaded to the autofs v4 directory on kernel.org.
If you look at the code around the second hunk it should be fairly clear how important this could be.
Jeff I've called the patch autofs-4.1.3-multi-over.patch if you would like to have a look and perhaps add it to your rpms.
Regards Ian
--- autofs-4.1.3/modules/parse_sun.c.multi-over-2 2005-01-17
21:50:18.000000000 +0800
+++ autofs-4.1.3/modules/parse_sun.c 2005-01-17 21:51:06.000000000 +0800
@@ -750,7 +750,6 @@
do {
char *myoptions = strdup(options);
char *path, *loc;
- int pathlen, loclen; if (myoptions == NULL) {
error(MODPREFIX "multi strdup: %m");
@@ -813,7 +812,7 @@
free(path);
free(options);
free(myoptions);
- multi_free_list(head);
+ multi_free_list(list);
return 1;
}
} while (*p == '/');_______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
