Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105770996
D25270.id74257.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
487 B
Referenced Files
None
Subscribers
None
D25270.id74257.diff
View Options
Index: head/bin/sh/trap.c
===================================================================
--- head/bin/sh/trap.c
+++ head/bin/sh/trap.c
@@ -382,12 +382,7 @@
{
if (signo == SIGINT && trap[SIGINT] == NULL) {
- /*
- * The !in_dotrap here is safe. The only way we can arrive
- * here with in_dotrap set is that a trap handler set SIGINT to
- * SIG_DFL and killed itself.
- */
- if (suppressint && !in_dotrap)
+ if (suppressint)
SET_PENDING_INT;
else
onint();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 11:26 AM (17 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15538440
Default Alt Text
D25270.id74257.diff (487 B)
Attached To
Mode
D25270: sh: Do not ignore INTOFF during a trap
Attached
Detach File
Event Timeline
Log In to Comment