Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157025332
D17096.id47838.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
960 B
Referenced Files
None
Subscribers
None
D17096.id47838.diff
View Options
Index: lib/geom/eli/geom_eli.c
===================================================================
--- lib/geom/eli/geom_eli.c
+++ lib/geom/eli/geom_eli.c
@@ -937,9 +937,11 @@
/* Backupfile given by the user, just copy it. */
strlcpy(backfile, str, sizeof(backfile));
- /* Make the backup filename unique if multiple providers
- * initialized in one command. */
- if (nargs > 1) {
+ /* If the backup filename has been specified as anything
+ * other than "none", and multiple providers have been
+ * initialized in one command, make the backup filename
+ * unique for each provider. */
+ if (strcmp(backfile, "none") != 0 && nargs > 1) {
/*
* Replace first occurrence of "PROV" with
* provider name.
@@ -1003,7 +1005,6 @@
* providers are initialized with unique metadata.
*/
explicit_bzero(key, sizeof(key));
- explicit_bzero(&md, sizeof(md));
}
/* Clear the cached metadata, including keys. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 12:30 AM (9 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33280021
Default Alt Text
D17096.id47838.diff (960 B)
Attached To
Mode
D17096: geli init with multiple providers - fix init and fix -B "none"
Attached
Detach File
Event Timeline
Log In to Comment