mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-27 12:54:32 +00:00
Resolve #492
This commit is contained in:
parent
294428973a
commit
b49786fd03
@ -328,8 +328,8 @@ void Section::content(std::vector<uint8_t>&& content) {
|
|||||||
|
|
||||||
if (this->datahandler_ == nullptr) {
|
if (this->datahandler_ == nullptr) {
|
||||||
LIEF_DEBUG("Set 0x{:x} bytes in the cache of section '{}'", content.size(), this->name());
|
LIEF_DEBUG("Set 0x{:x} bytes in the cache of section '{}'", content.size(), this->name());
|
||||||
this->content_c_ = std::move(content);
|
|
||||||
this->size(content.size());
|
this->size(content.size());
|
||||||
|
this->content_c_ = std::move(content);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user