You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that cberl.erl module uses list_to_atom function which will going to crash the system after the atom limit exceeded. Can you change it to use use list_to_existing_atom in order prevent that issue.
Also I have attached a patch for that. patch.txt
The text was updated successfully, but these errors were encountered:
aoeking
added a commit
to aoeking/cberl
that referenced
this issue
Sep 29, 2016
Hi,
I notice that cberl.erl module uses list_to_atom function which will going to crash the system after the atom limit exceeded. Can you change it to use use list_to_existing_atom in order prevent that issue.
Also I have attached a patch for that.
patch.txt
The text was updated successfully, but these errors were encountered: