-
David McCurley authored
Fixed library crash on low memory where `new char[1460];` throws an exception. `malloc` is a safe drop in replacement.
483bebf8
Fixed library crash on low memory where `new char[1460];` throws an exception. `malloc` is a safe drop in replacement.