Closed mikaelhg closed 13 years ago
Just try x = range(1024*1024*1024) on your own computer, if you want to see why...
x = range(1024*1024*1024)
Happy to apply, thanks!
Verified that this fixes the OOM "attack" from broken PDUs.
Thanks @mikaelhg :)
Just try
x = range(1024*1024*1024)
on your own computer, if you want to see why...