Page MenuHomeFreeBSD

D46414.1775948507.diff
No OneTemporary

Size
559 B
Referenced Files
None
Subscribers
None

D46414.1775948507.diff

Index: contrib/tcsh/sh.hist.c
===================================================================
--- contrib/tcsh/sh.hist.c
+++ contrib/tcsh/sh.hist.c
@@ -1235,6 +1235,7 @@
struct stat st;
static Char *fname;
static Char *dumphist[] = {STRhistory, STRmhT, 0, 0};
+ size_t omark;
if (fname == NULL && !ref)
return;
@@ -1308,8 +1309,10 @@
#endif
}
getexit(osetexit);
+ omark = cleanup_push_mark();
if (setexit() == 0)
loadhist(fname, 1);
+ cleanup_pop_mark(omark);
resexit(osetexit);
}
}

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 11, 11:01 PM (10 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28326791
Default Alt Text
D46414.1775948507.diff (559 B)

Event Timeline