- bitorder::read and bitorder::write may fail because of unaligned access #2734.

This commit is contained in:
Christoffer Lerno
2026-01-12 01:11:31 +01:00
parent 8fa59cbb43
commit e93f22fbda
3 changed files with 18 additions and 8 deletions

View File

@@ -54,6 +54,7 @@
- Incorrect alignment on typedef and local variable debug info.
- Assert on optional-returning-function in a comma expression. #2722
- Creating recursive debug info for functions could cause assertions.
- bitorder::read and bitorder::write may fail because of unaligned access #2734.
### Stdlib changes
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.