Commit 0a15ee8
enable musl32_time64 and musl_v1_2_3 for hexagon
Hexagon musl uses 64-bit time_t (__USE_TIME_BITS64), so add it to
MUSL_REDIR_TIME64_ARCHES and force musl_v1_2_3 since hexagon only
exists with recent musl. Without this, time_t is c_long (4 bytes)
causing a 24-byte stack buffer overflow on fstat() calls.1 parent 12bbae2 commit 0a15ee8
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3685 | 3685 | | |
3686 | 3686 | | |
3687 | 3687 | | |
| 3688 | + | |
3688 | 3689 | | |
3689 | 3690 | | |
3690 | 3691 | | |
| |||
3699 | 3700 | | |
3700 | 3701 | | |
3701 | 3702 | | |
3702 | | - | |
| 3703 | + | |
3703 | 3704 | | |
3704 | | - | |
| 3705 | + | |
3705 | 3706 | | |
3706 | 3707 | | |
3707 | 3708 | | |
| |||
0 commit comments