Page MenuHomeFreeBSD

D14383.id39364.diff
No OneTemporary

D14383.id39364.diff

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

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)

Event Timeline