Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135984467
D14383.id39364.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
440 B
Referenced Files
None
Subscribers
None
D14383.id39364.diff
View Options
Index: sbin/savecore/savecore.c
===================================================================
--- sbin/savecore/savecore.c
+++ sbin/savecore/savecore.c
@@ -172,6 +172,13 @@
char buf[6];
int ret;
+ /*
+ * If we are just checking, then we haven't done a chdir to the dump
+ * directory and we should not try to read a bounds file.
+ */
+ if (checkfor)
+ return (0);
+
ret = 0;
if ((fp = fopen("bounds", "r")) == NULL) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 15, 7:59 PM (15 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25337989
Default Alt Text
D14383.id39364.diff (440 B)
Attached To
Mode
D14383: Prevent savecore from reading bounds from the current directory.
Attached
Detach File
Event Timeline
Log In to Comment