Commit fe88163
release: v0.9.1 — pinned-Decimal bus-payload alignment fix
Version bump 0.9.0 -> 0.9.1 + the v0.9.1 CHANGELOG entry. Point release for the
memory-safety fix (9b7c401): a bus-received Decimal (i128, align-16) delivered to
a pinned subscriber trapped an aligned SSE access because the mailbox payload cell
was only 8-aligned. Cell forced to 16-align + wire nested-struct deserialize
8->16; ASan-clean regression test; the downstream "never hold a bus Decimal"
workaround is retired.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7b83f3e commit fe88163
3 files changed
Lines changed: 29 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
9 | 32 | | |
10 | 33 | | |
11 | 34 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments