mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
use RsTemporaryMemory in signature verification
This commit is contained in:
parent
be7e87cb1e
commit
7914aeb60a
2 changed files with 2 additions and 4 deletions
|
@ -13,7 +13,7 @@ void *rs_malloc(size_t size)
|
|||
|
||||
if(size > SAFE_MEMALLOC_THRESHOLD)
|
||||
{
|
||||
std::cerr << "(EE) Memory allocation error. A chunk of size 0 was requested. Callstack:" << std::endl;
|
||||
std::cerr << "(EE) Memory allocation error. A chunk of size larger than " << SAFE_MEMALLOC_THRESHOLD << " was requested. Callstack:" << std::endl;
|
||||
print_stacktrace() ;
|
||||
return NULL ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue