issues Search Results · repo:robertoaloi/erlang-sandbox language:Erlang
Filter by
3 results
(45 ms)3 results
inrobertoaloi/erlang-sandbox (press backspace or delete to remove)Repeated execution of the following expression causes the VM to run out of memory:
[X || X:0 = 38912:32 ].
robertoaloi
- 2
- Opened on Mar 7, 2013
- #9
Attack to the sandbox (claimed by @talentdeficit):
S = lists:seq(1, 100), [ die || _ - S, _ - S, _ - S, _ - S ].
It s possible to utilize list and binary comprehensions to create a DOS attack to ...
robertoaloi
- 1
- Opened on Dec 10, 2012
- #6
An instruction like the following:
Ho || Ho = (1024*1024):(1024*1000000) .
Can exhaust the system memory, provoking the crash of the Erlang VM.
This case should be properly handled. ...
robertoaloi
- 3
- Opened on Oct 23, 2012
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.