We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770bc63 commit 273de39Copy full SHA for 273de39
include/bitcoin/system/impl/stream/streamers/byte_reader.ipp
@@ -444,6 +444,7 @@ data_chunk* byte_reader<IStream>::read_bytes_raw(size_t size) NOEXCEPT
444
return nullptr;
445
446
// TODO: bypass vector byte fill.
447
+ // std::uses_allocator_construction_args supplies allocator to vector.
448
const auto raw = allocator_.new_object<data_chunk>(size);
449
if (raw == nullptr)
450
{
0 commit comments