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
Owner

Second extern arity mismatch in account.el — el_meta was declared as (attrs: String) but runtime expects (name: String, content: String). Same crash pattern as the el_img fix.

Second extern arity mismatch in account.el — el_meta was declared as (attrs: String) but runtime expects (name: String, content: String). Same crash pattern as the el_img fix.
will.anderson added 1 commit 2026-05-13 17:41:46 +00:00
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
8f91a80be7
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.
will.anderson merged commit 77807d30af into dev 2026-05-13 17:41:56 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#146