Blame SOURCES/autofs-5.1.7-fix-double-unlock-in-parse_mount.patch

9a499a
autofs-5.1.7 - fix double unlock in parse_mount()
9a499a
9a499a
From: Ian Kent <raven@themaw.net>
9a499a
9a499a
Coverity: double_unlock: "cache_unlock" unlocks "mc->rwlock" while it
9a499a
	  is unlocked.
9a499a
9a499a
Signed-off-by: Ian Kent <raven@themaw.net>
9a499a
---
9a499a
 CHANGELOG           |    1 +
9a499a
 modules/parse_sun.c |    1 -
9a499a
 2 files changed, 1 insertion(+), 1 deletion(-)
9a499a
9a499a
--- autofs-5.1.4.orig/CHANGELOG
9a499a
+++ autofs-5.1.4/CHANGELOG
9a499a
@@ -54,6 +54,7 @@
9a499a
 - remove redundant if check.
9a499a
 - fix possible memory leak in master_parse().
9a499a
 - fix possible memory leak in mnts_add_amdmount().
9a499a
+- fix double unlock in parse_mount().
9a499a
 
9a499a
 xx/xx/2018 autofs-5.1.5
9a499a
 - fix flag file permission.
9a499a
--- autofs-5.1.4.orig/modules/parse_sun.c
9a499a
+++ autofs-5.1.4/modules/parse_sun.c
9a499a
@@ -1528,7 +1528,6 @@ dont_expand:
9a499a
 			if (!loc) {
9a499a
 				free(options);
9a499a
 				free(pmapent);
9a499a
-				cache_unlock(mc);
9a499a
 				warn(ap->logopt, MODPREFIX "out of memory");
9a499a
 				return 1;
9a499a
 			}