Commit 7f1234b
fix: replace String.to_atom with String.to_existing_atom
Prevents BEAM atom table exhaustion from unbounded String.to_atom calls.
Detected by panic-attack assail batch scan (2026-03-30).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 610d632 commit 7f1234b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments