Fix account page SIGSEGV: el_img extern arity mismatch #144

Merged
will.anderson merged 1 commits from fix/magic-link-flow into dev 2026-05-13 17:20:10 +00:00

1 Commits

Author SHA1 Message Date
will.anderson 4ca793ee2c Fix account page SIGSEGV: el_img extern signature mismatch
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m46s
account.el declared el_img with 1 arg (attrs only) while the runtime
implementation and all other files use 3 args (src, alt, attrs).
The arity mismatch caused the server to crash with signal 11 on every
request — TCP probe passed (bind was fine) but first HTTP hit segfaulted.
2026-05-13 12:19:43 -05:00