mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-17 12:42:21 +03:00
chore(changelog): move #2493 entry to changelog.d fragment
Consistency with the repo's canonical changelog.d/fixes/ workflow (avoids merge-storm re-conflicts from editing CHANGELOG.md directly).
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
|
||||
## [3.8.49] — TBD
|
||||
|
||||
- **fix(cli):** the runtime self-heal now verifies a cached `better-sqlite3` native binary actually loads for the running Node before trusting it — the old check only inspected the file's magic bytes (ELF/Mach-O/PE header), so a binary built for a different Node ABI passed validation and segfaulted the process on first use instead of triggering a rebuild. (thanks @mrprohack)
|
||||
|
||||
---
|
||||
|
||||
## [3.8.48] — 2026-07-13
|
||||
|
||||
1
changelog.d/fixes/2493-better-sqlite3-abi-validation.md
Normal file
1
changelog.d/fixes/2493-better-sqlite3-abi-validation.md
Normal file
@@ -0,0 +1 @@
|
||||
- **fix(cli):** the runtime self-heal now verifies a cached `better-sqlite3` native binary actually loads for the running Node before trusting it — the old check only inspected the file's magic bytes (ELF/Mach-O/PE header), so a binary built for a different Node ABI passed validation and segfaulted the process on first use instead of triggering a rebuild. (thanks @mrprohack) (#7105)
|
||||
Reference in New Issue
Block a user