Page MenuHomeFreeBSD

D14383.id39377.diff
No OneTemporary

D14383.id39377.diff

Index: head/sbin/savecore/savecore.c
===================================================================
--- head/sbin/savecore/savecore.c
+++ head/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

Mime Type
text/plain
Expires
Sun, Nov 16, 8:37 AM (10 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25335195
Default Alt Text
D14383.id39377.diff (455 B)

Event Timeline