View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001775 | 1003.1(2016/18)/Issue7+TC2 | Base Definitions and Headers | public | 2023-09-13 19:56 | 2024-06-11 09:07 |
Reporter | enh | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Enhancement Request |
Status | Closed | Resolution | Accepted | ||
Name | Elliott Hughes | ||||
Organization | |||||
User Reference | |||||
Section | <signal.h> siginfo_t si_addr description | ||||
Page Number | 336 | ||||
Line Number | 11382 | ||||
Interp Status | --- | ||||
Final Accepted Text | |||||
Summary | 0001775: si_addr description confusingly over-specific | ||||
Description | the description of siginfo_t::si_addr is currently: ``` void *si_addr Address of faulting instruction. ``` which is over-specific to SIGILL. | ||||
Desired Action | something like this seems like it would be more accurate/less confusing: ``` void *si_addr Address that caused fault. ``` | ||||
Tags | applied_after_i8d3, tc3-2008 |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-09-13 19:56 | enh | New Issue | |
2023-09-13 19:56 | enh | Name | => Elliott Hughes |
2023-09-13 19:56 | enh | Organization | |
2023-09-13 19:56 | enh | Section | => <signal.h> siginfo_t si_addr description |
2023-09-13 19:56 | enh | Page Number | => 666 |
2023-09-13 19:56 | enh | Line Number | => 666 |
2023-09-13 20:46 | Don Cragun | Page Number | 666 => 336 |
2023-09-13 20:46 | Don Cragun | Line Number | 666 => 11382 |
2023-09-13 20:46 | Don Cragun | Interp Status | => --- |
2023-11-16 17:00 | Don Cragun | Status | New => Resolved |
2023-11-16 17:00 | Don Cragun | Resolution | Open => Accepted |
2023-11-16 17:01 | Don Cragun | Tag Attached: tc3-2008 | |
2023-12-07 14:08 | geoffclare | Status | Resolved => Applied |
2023-12-07 14:08 | geoffclare | Tag Attached: applied_after_i8d3 | |
2024-06-11 09:07 | agadmin | Status | Applied => Closed |