Commit e777d6f
restore MAX_DRIVERS bump to 128 (regression from test-cleanup revert)
REGISTER_LINKTIME shares the Drivers[]/DriverNames[] arrays between real
drivers/posers and every TEST() in src/test_cases/. With MAX_DRIVERS at 32,
residual_cascade_props.c's 33 TEST() entries overflow the static arrays and
segfault on startup. This fix previously existed in 916e844 but was lost
across two reverts (322d129, 551cf9d) that were undoing unrelated changes
bundled in the same commits.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 551cf9d commit e777d6f
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments