Fix account SIGSEGV: el_meta 1-arg → 2-arg #146

Merged
will.anderson merged 1 commits from fix/account-el-meta into dev 2026-05-13 17:41:56 +00:00

1 Commits

Author SHA1 Message Date
will.anderson 8f91a80be7 Fix account page SIGSEGV: el_meta extern arity mismatch (1-arg → 2-arg)
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m42s
el_meta was declared as el_meta(attrs) in account.el but the runtime
C implementation expects el_meta(name, content). Same arity crash as
the prior el_img fix — runtime passed garbage on the stack.
2026-05-13 12:41:37 -05:00