09feeab2a6
OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=53100d87b42901e6f6ab596e79dac7ab
16 lines
294 B
Diff
16 lines
294 B
Diff
--- panic.c.orig
|
|
+++ panic.c
|
|
@@ -58,8 +58,11 @@ panic(char *a)
|
|
/* Something fatal has happened, print error message and exit.
|
|
*/
|
|
fprintf(stderr, "%s: %s\n", namep, a);
|
|
- if (fcreated)
|
|
+ if (fcreated){
|
|
+ PRIV_START
|
|
unlink(atfile);
|
|
+ PRIV_END
|
|
+ }
|
|
|
|
exit(EXIT_FAILURE);
|
|
}
|