mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Update deprecated ValManager::GetEmptyString usages
This commit is contained in:
parent
93f4c5871b
commit
de8761f761
27 changed files with 102 additions and 97 deletions
|
@ -316,7 +316,7 @@ IntrusivePtr<StringVal> file_analysis::X509Common::GetExtensionFromBIO(BIO* bio,
|
|||
if ( length == 0 )
|
||||
{
|
||||
BIO_free_all(bio);
|
||||
return {AdoptRef{}, val_mgr->GetEmptyString()};
|
||||
return val_mgr->EmptyString();
|
||||
}
|
||||
|
||||
char* buffer = (char*) malloc(length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue