Snippets for nodejs 24.15.0 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/nodejs24/24.15.0/1.fc45/data/logs/ppc64le/build.log.
-
/usr/include/bits/string_fortified.h:29:33: warning: ‘memcpy’ specified bound between 18446744071562067968 and 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/icu-small/source/i18n/number_mapper.cpp:135:49: warning: ‘currencyUsage’ may be used uninitialized [-Wmaybe-uninitialized] 135 | precision = Precision::constructCurrency(currencyUsage).withCurrency(currency); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
../../deps/icu-small/source/i18n/collationiterator.h:91:23: warning: ‘MEM[(const struct CollationData *)this_9(D) + 400B].trie’ is used uninitialized [-Wuninitialized] 91 | : trie(d->trie), | ~~~^~~~ -
../../deps/icu-small/source/i18n/decNumber.cpp:2974:30: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2974 | t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2; | ~~~~~~~~^ -
../../deps/icu-small/source/i18n/decNumber.cpp:2974:43: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2974 | t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2; | ~~~~~~~~^ -
../../deps/icu-small/source/i18n/decNumber.cpp:1528:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1528 | w->lsu[1]=1; w->lsu[0]=0; /* .. */ | ~~~~~~~~~^~ -
/usr/include/bits/string_fortified.h:112:34: warning: ‘strncpy’ destination unchanged after copying no bytes [-Wstringop-truncation] 112 | return __builtin___strncpy_chk (__dest, __src, __len, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 113 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/base/bounded-page-allocator.cc:177:10: warning: ‘success’ may be used uninitialized [-Wmaybe-uninitialized] 177 | return success; | ^~~~~~~ -
../../deps/v8/src/common/globals.h:202:9: warning: multi-line comment [-Wcomment] 202 | #endif // defined(USE_SIMULATOR) && \ | ^ -
../../deps/v8/src/torque/cc-generator.cc:425:26: warning: ‘load’ may be used uninitialized [-Wmaybe-uninitialized] 425 | << offset << ");\n"; | ^~~~~~ -
../../deps/v8/src/torque/implementation-visitor.cc:1237:10: warning: ‘return_type’ may be used uninitialized [-Wmaybe-uninitialized] 1237 | return return_type; | ^~~~~~~~~~~ -
../../deps/v8/src/torque/instructions.h:738:9: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized] 738 | : kind(kind), message(std::move(message)) {} | ^~~~~~~~~~ -
../../deps/v8/src/torque/implementation-visitor.cc:4805:33: warning: ‘write_macro’ may be used uninitialized [-Wmaybe-uninitialized] 4805 | << value_to_write << ");\n"; | ^~~~~~ -
../../deps/v8/src/torque/implementation-visitor.cc:4762:15: warning: ‘store’ may be used uninitialized [-Wmaybe-uninitialized] 4762 | << ", value);\n"; | ^~~~~~~~~~~~~ -
../../deps/v8/src/torque/implementation-visitor.cc:4713:15: warning: ‘load’ may be used uninitialized [-Wmaybe-uninitialized] 4713 | << ";\n"; | ^~~~~ -
../../deps/v8/src/torque/implementation-visitor.cc:4692:15: warning: ‘load’ may be used uninitialized [-Wmaybe-uninitialized] 4692 | << ");\n"; | ^~~~~~ -
../../deps/v8/src/torque/implementation-visitor.cc:393:21: warning: ‘macro_end’ may be used uninitialized [-Wmaybe-uninitialized] 393 | assembler().Goto(macro_end); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
../../deps/v8/src/torque/torque-parser.cc:1762:46: warning: ‘accumulated_types’ may be used uninitialized [-Wmaybe-uninitialized] 1762 | i > 0 ? MakeNode<UnionTypeExpression>(accumulated_types, cases[i].type) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/third_party/zlib/cpu_features.c:66:13: warning: ‘_cpu_check_features’ declared ‘static’ but never defined [-Wunused-function] 66 | static void _cpu_check_features(void); | ^~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/builtins/builtins.h:101:9: warning: multi-line comment [-Wcomment] 101 | #endif // !defined(V8_SHORT_BUILTIN_CALLS) || \ | ^ -
../../deps/v8/src/objects/map-updater.h:72:3: warning: multi-line comment [-Wcomment] 72 | // \ | ^ -
../../deps/v8/src/compiler/turboshaft/snapshot-table.h:410:1: warning: multi-line comment [-Wcomment] 410 | // / \ | ^ -
../../deps/v8/src/compiler/turboshaft/snapshot-table.h:412:1: warning: multi-line comment [-Wcomment] 412 | // | \ | ^ -
../../deps/v8/src/compiler/turboshaft/snapshot-table.h:414:1: warning: multi-line comment [-Wcomment] 414 | // / \ | ^ -
../../deps/ada/ada.cpp:9814:41: warning: ignoring return value of ‘size_t simdutf::convert_utf32_to_utf8(const char32_t*, size_t, char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 9814 | simdutf::convert_utf32_to_utf8(tmp_buffer.data(), tmp_buffer.size(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9815 | final_utf8.data()); | ~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/api/api.cc:224:11: warning: ‘void* memset(void*, int, size_t)’ writing to an object of non-trivial type ‘class v8::internal::HeapStats’; use assignment instead [-Wclass-memaccess] 224 | memset(&heap_stats, 0xBADC0DE, sizeof(heap_stats)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/base/logging.h:120:5: warning: ‘expected’ may be used uninitialized [-Wmaybe-uninitialized] 120 | if (V8_UNLIKELY(!(condition))) { \ | ^~ -
../../deps/v8/src/wasm/wasm-subtyping.h:52:1: warning: multi-line comment [-Wcomment] 52 | // / | \ \ | ^ -
../../deps/v8/src/execution/simulator-base.h:13:9: warning: multi-line comment [-Wcomment] 13 | #endif // V8_TARGET_ARCH_ARM64 || V8_TARGET_ARCH_MIPS64 || \ | ^ -
../../deps/v8/src/execution/simulator-base.h:93:9: warning: multi-line comment [-Wcomment] 93 | #endif // V8_TARGET_ARCH_ARM64 || V8_TARGET_ARCH_MIPS64 || \ | ^ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer535.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer460.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/heap/array-buffer-sweeper.cc:457:3: warning: ‘is_finished’ may be used uninitialized [-Wmaybe-uninitialized] 457 | if (is_finished) { | ^~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer471.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer711.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer722.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer776.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer819.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer836.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/heap/minor-mark-sweep-inl.h:69:15: warning: ‘remembered_sets.v8::internal::YoungGenerationRememberedSetsMarkingWorklist::Local::index_.std::optional<long unsigned int>::<unnamed>.std::_Optional_base<long unsigned int, true, true>::_M_payload.std::_Optional_payload<long unsigned int, true, true, true>::<unnamed>.std::_Optional_payload_base<long unsigned int>::_M_payload.std::_Optional_payload_base<long unsigned int>::_Storage<long unsigned int, true>::_M_value’ may be used uninitialized [-Wmaybe-uninitialized] 69 | if (index && (index < remembered_sets_marking_items_.size())) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/heap/gc-tracer.cc:274:12: warning: ‘type’ may be used uninitialized [-Wmaybe-uninitialized] 274 | current_ = Event(type, Event::State::MARKING, gc_reason, collector_reason, | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 275 | heap_->isolate()->priority()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer406.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:217:54: warning: ‘scope_id’ may be used uninitialized [-Wmaybe-uninitialized] 217 | uint64_t h = v8::internal::tracing::AddTraceEvent( \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 218 | TRACE_EVENT_PHASE_COMPLETE, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 219 | INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 220 | v8::internal::tracing::kGlobalScope, v8::internal::tracing::kNoId, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 221 | trace_event_bind_id.raw_id(), trace_event_flags, ##__VA_ARGS__); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/heap/mark-compact.cc:729:21: warning: ‘free_bytes_threshold’ may be used uninitialized [-Wmaybe-uninitialized] 729 | PrintIsolate(heap_->isolate(), | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ 730 | "compaction-selection-page: space=%s free_bytes_page=%zu " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 731 | "fragmentation_limit_kb=%zu " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 732 | "fragmentation_limit_percent=%d sum_compaction_kb=%zu " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 733 | "compaction_limit_kb=%zu\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 734 | ToString(space->identity()), (area_size - live_bytes) / KB, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 735 | free_bytes_threshold / KB, target_fragmentation_percent, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 736 | total_live_bytes / KB, max_evacuated_bytes / KB); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/heap/mark-compact.cc:723:45: warning: ‘max_evacuated_bytes’ may be used uninitialized [-Wmaybe-uninitialized] 723 | if (v8_flags.compact_on_every_full_gc || | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 724 | ((total_live_bytes + live_bytes) <= max_evacuated_bytes)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/heap/mark-compact.cc:729:21: warning: ‘target_fragmentation_percent’ may be used uninitialized [-Wmaybe-uninitialized] 729 | PrintIsolate(heap_->isolate(), | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ 730 | "compaction-selection-page: space=%s free_bytes_page=%zu " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 731 | "fragmentation_limit_kb=%zu " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 732 | "fragmentation_limit_percent=%d sum_compaction_kb=%zu " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 733 | "compaction_limit_kb=%zu\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 734 | ToString(space->identity()), (area_size - live_bytes) / KB, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 735 | free_bytes_threshold / KB, target_fragmentation_percent, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 736 | total_live_bytes / KB, max_evacuated_bytes / KB); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer65.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer93.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer99.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer864.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/objects/bigint.cc:286:9: warning: ‘void* memset(void*, int, size_t)’ writing to an object of type ‘class v8::internal::UnalignedValueMember<long unsigned int>’ with ‘protected’ member ‘v8::internal::UnalignedValueMember<long unsigned int>::storage_’ [-Wclass-memaccess] 286 | memset(raw_digits(), value, length * kDigitSize); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/objects/intl-objects.cc:1056:1: warning: multi-line comment [-Wcomment] 1056 | // $ cat ~/allkeys.txt | grep '^00[0-7]. ;' | sort | sed 's/[*.]/ /g' |\ | ^ -
../../deps/v8/src/objects/intl-objects.cc:2995:10: warning: ‘id’ may be used uninitialized [-Wmaybe-uninitialized] 2995 | return id; | ^~ -
../../deps/v8/src/objects/intl-objects.cc:3162:3: warning: ‘has_transition’ may be used uninitialized [-Wmaybe-uninitialized] 3162 | if (!has_transition) { | ^~ -
../../deps/v8/src/objects/js-date-time-format.cc:1830:22: warning: ‘replacement’ may be used uninitialized [-Wmaybe-uninitialized] 1830 | result.append(replace ? replacement : ch); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/objects/js-date-time-format.cc:2005:12: warning: ‘to’ may be used uninitialized [-Wmaybe-uninitialized] 2005 | char16_t to; | ^~ -
../../deps/v8/src/base/bit-field.h:57:12: warning: ‘*(int*)((char*)&months_option + offsetof(v8::internal::<unnamed>::DurationUnitOptions, v8::internal::<unnamed>::DurationUnitOptions::display))’ may be used uninitialized [-Wmaybe-uninitialized] 57 | return static_cast<U>(value) << kShift; | ^~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/objects/js-duration-format.cc:370:29: warning: ‘*(int*)((char*)&months_option + offsetof(v8::internal::<unnamed>::DurationUnitOptions, v8::internal::<unnamed>::DurationUnitOptions::style))’ may be used uninitialized [-Wmaybe-uninitialized] 370 | GetDurationUnitOptions( \ | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 371 | isolate, Unit::unit, #property, #property "Display", options, style, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 372 | strings, enums, JSDurationFormat::FieldStyle::digital_base, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 373 | prev_style), \ | ~~~~~~~~~~~ -
../../deps/v8/src/objects/js-duration-format.cc:370:29: warning: ‘*(int*)((char*)&weeks_option + offsetof(v8::internal::<unnamed>::DurationUnitOptions, v8::internal::<unnamed>::DurationUnitOptions::style))’ may be used uninitialized [-Wmaybe-uninitialized] 370 | GetDurationUnitOptions( \ | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 371 | isolate, Unit::unit, #property, #property "Display", options, style, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 372 | strings, enums, JSDurationFormat::FieldStyle::digital_base, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 373 | prev_style), \ | ~~~~~~~~~~~ -
../../deps/v8/src/base/bit-field.h:57:12: warning: ‘*(int*)((char*)&weeks_option + offsetof(v8::internal::<unnamed>::DurationUnitOptions, v8::internal::<unnamed>::DurationUnitOptions::display))’ may be used uninitialized [-Wmaybe-uninitialized] 57 | return static_cast<U>(value) << kShift; | ^~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/objects/js-duration-format.cc:370:29: warning: ‘*(int*)((char*)&days_option + offsetof(v8::internal::<unnamed>::DurationUnitOptions, v8::internal::<unnamed>::DurationUnitOptions::style))’ may be used uninitialized [-Wmaybe-uninitialized] 370 | GetDurationUnitOptions( \ | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 371 | isolate, Unit::unit, #property, #property "Display", options, style, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 372 | strings, enums, JSDurationFormat::FieldStyle::digital_base, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 373 | prev_style), \ | ~~~~~~~~~~~ -
../../deps/v8/src/base/bit-field.h:57:12: warning: ‘*(int*)((char*)&days_option + offsetof(v8::internal::<unnamed>::DurationUnitOptions, v8::internal::<unnamed>::DurationUnitOptions::display))’ may be used uninitialized [-Wmaybe-uninitialized] 57 | return static_cast<U>(value) << kShift; | ^~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/objects/literal-objects.cc:108:5: warning: ‘value_kind’ may be used uninitialized [-Wmaybe-uninitialized] 108 | if (value_kind == ClassBoilerplate::kData) { | ^~ -
../../deps/v8/src/objects/lookup.cc:1509:3: warning: multi-line comment [-Wcomment] 1509 | // (__)\ )\/\ | ^ -
../../deps/v8/src/objects/lookup.cc:1525:3: warning: multi-line comment [-Wcomment] 1525 | // (__)\ )\/\ | ^ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer4438.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer4456.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer4473.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/parsing/preparser.h:1028:47: warning: ‘variable_name.v8::internal::PreParserIdentifier::string_’ may be used uninitialized [-Wmaybe-uninitialized] 1028 | Variable* var = scope->DeclareVariableName(name, mode, was_added, kind); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/regexp/regexp-parser.cc:2682:14: warning: ‘character’ may be used uninitialized [-Wmaybe-uninitialized] 2682 | base::uc32 character; | ^~~~~~~~~ -
../../deps/v8/src/regexp/regexp-parser.cc:2476:14: warning: ‘char_1’ may be used uninitialized [-Wmaybe-uninitialized] 2476 | base::uc32 char_1, char_2; | ^~~~~~ -
../../deps/v8/src/runtime/runtime-compiler.cc:498:20: warning: ‘last_deopt_in_range_loop_jump_target’ may be used uninitialized [-Wmaybe-uninitialized] 498 | for (it.SetOffset(last_deopt_in_range_loop_jump_target); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/snapshot/code-serializer.cc:206:46: warning: ‘cached_tiering_decision’ may be used uninitialized [-Wmaybe-uninitialized] 206 | if (v8_flags.profile_guided_optimization && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 207 | cached_tiering_decision > CachedTieringDecision::kEarlySparkplug) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/third_party/inspector_protocol/crdtp/cbor.cc:546:10: warning: ‘tokenizer.v8_crdtp::cbor::CBORTokenizer::token_tag_’ may be used uninitialized [-Wmaybe-uninitialized] 546 | return token_tag_; | ^~~~~~~~~~ -
../../deps/v8/src/compiler/turboshaft/assembler.h:4265:3: warning: multi-line comment [-Wcomment] 4265 | // / \ | ^ -
../../deps/v8/src/compiler/turboshaft/assembler.h:4290:3: warning: multi-line comment [-Wcomment] 4290 | // / \ | ^ -
../../deps/v8/src/compiler/turboshaft/assembler.h:4297:3: warning: multi-line comment [-Wcomment] 4297 | // +--------------------+ \ | ^ -
../../deps/v8/src/compiler/turboshaft/dead-code-elimination-reducer.h:71:3: warning: multi-line comment [-Wcomment] 71 | // / | \ | ^ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct v8::internal::compiler::turboshaft::SnapshotTable<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::VariableData>::LogEntry’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/compiler/turboshaft/value-numbering-reducer.h:213:7: warning: ‘hash’ may be used uninitialized [-Wmaybe-uninitialized] 213 | *entry = Entry{op_idx, Asm().current_block()->index(), hash, | ^ -
../../deps/v8/src/wasm/wasm-external-refs.cc:104:3: warning: multi-line comment [-Wcomment] 104 | // / leading 0 \/ 24 float data bits \/ for rounding \/ trailing 0 \ | ^ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer1688.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/tracing/trace-event.h:570:30: warning: ‘trace_event_unique_tracer119.v8::internal::tracing::ScopedTracer::data_.v8::internal::tracing::ScopedTracer::Data::category_group_enabled’ may be used uninitialized [-Wmaybe-uninitialized] 570 | data_.category_group_enabled))) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/wasm/wasm-serialization.cc:1055:9: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::atomic<unsigned int>’ with no trivial copy-assignment [-Wclass-memaccess] 1055 | memcpy(native_module_->tiering_budget_array(), serialized_budget.begin(), | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1056 | size_of_tiering_budget); | ~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387901]’ may be used uninitialized [-Wmaybe-uninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387901]’ is used uninitialized [-Wuninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/include/v8-internal.h:1054:24: warning: ‘index_val’ may be used uninitialized [-Wmaybe-uninitialized] 1054 | return AddressToSmi(static_cast<Address>(value)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387898]’ is used uninitialized [-Wuninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387899]’ is used uninitialized [-Wuninitialized]
-
../../deps/v8/src/wasm/function-body-decoder-impl.h:6774:20: warning: ‘<unknown>[2305843009213693951]’ is used uninitialized [-Wuninitialized] 6774 | Value val = Pop(arg_type); | ~~~^~~~~~~~~~ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387899]’ may be used uninitialized [-Wmaybe-uninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387900]’ may be used uninitialized [-Wmaybe-uninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387901]’ may be used uninitialized [-Wmaybe-uninitialized]
-
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387898]’ may be used uninitialized [-Wmaybe-uninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387899]’ may be used uninitialized [-Wmaybe-uninitialized]
-
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387894]’ may be used uninitialized [-Wmaybe-uninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387895]’ may be used uninitialized [-Wmaybe-uninitialized]
-
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387896]’ may be used uninitialized [-Wmaybe-uninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((uint32_t*)<unknown>)[4611686018427387897]’ may be used uninitialized [-Wmaybe-uninitialized]
-
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((__vector(2) unsigned int*)<unknown>)[2305843009213693949]’ may be used uninitialized [-Wmaybe-uninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘((__vector(2) unsigned int*)<unknown>)[2305843009213693950]’ may be used uninitialized [-Wmaybe-uninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/bigint/tostring.cc:298:1: warning: multi-line comment [-Wcomment] 298 | // / \ / \ | ^ -
../../deps/v8/src/bigint/tostring.cc:302:1: warning: multi-line comment [-Wcomment] 302 | // / \ / \ / \ / \ | ^ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct v8::internal::compiler::turboshaft::SnapshotTable<v8::internal::maglev::ValueNode*>::LogEntry’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/maglev/maglev-phi-representation-selector.cc:1108:17: warning: ‘block’ may be used uninitialized [-Wmaybe-uninitialized] 1108 | return AddNode(node, block, NewNodePosition::kEndOfBlock, nullptr, | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1109 | deopt_frame); | ~~~~~~~~~~~~ -
../../deps/v8/src/maglev/maglev-phi-representation-selector.cc:658:11: warning: ‘deopt_frame’ may be used uninitialized [-Wmaybe-uninitialized] 658 | if (!deopt_frame) { | ^~ -
../../deps/v8/src/maglev/maglev-ir.h:2482:5: warning: ‘untagged’ may be used uninitialized [-Wmaybe-uninitialized] 2482 | use_count_++; | ^~~~~~~~~~ -
../../deps/v8/src/maglev/maglev-ir.h:5924:11: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized] 5924 | head_ = object; | ~~~~~~^~~~~~~~ -
../../deps/v8/src/compiler/backend/code-generator.cc:1231:10: warning: variable ‘index’ set but not used [-Wunused-but-set-variable=] 1231 | size_t index = 0; | ^~~~~ -
../../deps/v8/src/compiler/backend/instruction-selector.cc:2174:19: warning: ‘opcode’ may be used uninitialized [-Wmaybe-uninitialized] 2174 | InstructionCode opcode; | ^~~~~~ -
../../deps/v8/src/compiler/branch-elimination.cc:70:3: warning: multi-line comment [-Wcomment] 70 | // | / \ / \ | ^ -
../../deps/v8/src/compiler/branch-elimination.cc:82:3: warning: multi-line comment [-Wcomment] 82 | // / \ | ^ -
../../deps/v8/src/compiler/branch-elimination.cc:157:3: warning: multi-line comment [-Wcomment] 157 | // / \ | ^ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class v8::internal::compiler::DeoptimizationEntry’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/compiler/common-operator-reducer.cc:255:5: warning: multi-line comment [-Wcomment] 255 | // / \ | ^ -
../../deps/v8/src/compiler/bytecode-graph-builder.cc:755:35: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized] 755 | values()->at(accumulator_base_) = node; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ -
../../deps/v8/src/compiler/simplified-operator.h:247:37: warning: ‘write_barrier_kind’ may be used uninitialized [-Wmaybe-uninitialized] 247 | : machine_type(machine_type), write_barrier_kind(write_barrier_kind) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/maglev/maglev-graph-builder.cc:12903:10: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
-
../../deps/v8/src/base/hashing.h:250:20: warning: ‘MEM[(struct ValueNode * const &)&inputs]’ may be used uninitialized [-Wmaybe-uninitialized] 250 | return hash_value(reinterpret_cast<uintptr_t>(v)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/maglev/maglev-graph-builder.cc:13328:10: warning: ‘allocation’ may be used uninitialized [-Wmaybe-uninitialized]
-
../../deps/v8/src/compiler/js-call-reducer.cc:5200:3: warning: multi-line comment [-Wcomment] 5200 | // / \ | ^ -
../../deps/v8/src/compiler/linkage.h:117:9: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized] 117 | : kind_(kind), | ^~~~~~~~~~~ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct v8::internal::compiler::LoadElimination::ComputeLoopState(v8::internal::compiler::Node*, const AbstractState*) const::TransitionElementsKindInfo’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/compiler/raw-machine-assembler.cc:307:28: warning: ‘current_control’ may be used uninitialized [-Wmaybe-uninitialized] 307 | node->AppendInput(graph()->zone(), current_control); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/compiler/raw-machine-assembler.cc:299:28: warning: ‘current_effect’ may be used uninitialized [-Wmaybe-uninitialized] 299 | node->AppendInput(graph()->zone(), current_effect); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/compiler/string-builder-optimizer.h:167:5: warning: multi-line comment [-Wcomment] 167 | // / | \ | ^ -
../../deps/v8/src/compiler/string-builder-optimizer.cc:552:5: warning: multi-line comment [-Wcomment] 552 | // | / \ | ^ -
../../deps/v8/src/compiler/node-origin-table.h:104:51: warning: ‘origin_scope.prev_phase_name_’ may be used uninitialized [-Wmaybe-uninitialized] 104 | if (origins_) origins_->current_phase_name_ = prev_phase_name_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct v8::internal::compiler::turboshaft::SnapshotTable<v8::internal::compiler::turboshaft::MapMaskAndOr, v8::internal::compiler::turboshaft::NoKeyData>::LogEntry’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct v8::internal::compiler::turboshaft::SnapshotTable<bool, v8::internal::compiler::turboshaft::NoKeyData>::LogEntry’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct v8::internal::compiler::turboshaft::SnapshotTable<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>::LogEntry’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.h:87:1: warning: multi-line comment [-Wcomment] 87 | // \ | ^ -
../../deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.h:113:1: warning: multi-line comment [-Wcomment] 113 | // \ | ^ -
../../deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.h:133:1: warning: multi-line comment [-Wcomment] 133 | // / \ | ^ -
../../deps/v8/src/compiler/turboshaft/graph-builder.cc:591:22: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized] 591 | return __ Shift(Map(node->InputAt(0)), Map(node->InputAt(1)), kind, rep);
-
../../deps/v8/src/compiler/turboshaft/graph-builder.cc:1135:52: warning: ‘from_kind’ may be used uninitialized [-Wmaybe-uninitialized] 1135 | return __ ConvertJSPrimitiveToUntaggedOrDeopt(
-
../../deps/v8/src/compiler/turboshaft/graph-builder.cc:1035:53: warning: ‘input_requirement’ may be used uninitialized [-Wmaybe-uninitialized] 1035 | return __ TruncateJSPrimitiveToUntaggedOrDeopt(
-
../../deps/v8/src/compiler/turboshaft/structural-optimization-reducer.h:99:12: warning: ‘current_if_false’ may be used uninitialized [-Wmaybe-uninitialized] 99 | Block* current_if_false; | ^~~~~~~~~~~~~~~~ -
../../deps/v8/src/compiler/turboshaft/branch-elimination-reducer.h:62:3: warning: multi-line comment [-Wcomment] 62 | // | / \ | / \ | ^ -
../../deps/v8/src/compiler/turboshaft/branch-elimination-reducer.h:66:3: warning: multi-line comment [-Wcomment] 66 | // / \ / \ | ^ -
../../deps/v8/src/compiler/turboshaft/branch-elimination-reducer.h:107:3: warning: multi-line comment [-Wcomment] 107 | // | / \ / \ | ^ -
../../deps/v8/src/compiler/turboshaft/branch-elimination-reducer.h:489:3: warning: multi-line comment [-Wcomment] 489 | // / \ | ^ -
../../deps/v8/src/compiler/turboshaft/branch-elimination-reducer.h:495:3: warning: multi-line comment [-Wcomment] 495 | // / \ | ^ -
../../deps/v8/src/compiler/turboshaft/branch-elimination-reducer.h:501:3: warning: multi-line comment [-Wcomment] 501 | // / \ | ^ -
../../deps/v8/src/compiler/turboshaft/typer.cc:52:9: warning: ‘is_signed’ may be used uninitialized [-Wmaybe-uninitialized] 52 | if (is_signed) { | ^~ -
../../deps/v8/src/compiler/turboshaft/typer.cc:60:9: warning: ‘is_less_than’ may be used uninitialized [-Wmaybe-uninitialized] 60 | if (is_less_than) { | ^~ -
../../deps/v8/src/compiler/turboshaft/types.cc:360:37: warning: ‘p.elements[1]’ may be used uninitialized [-Wmaybe-uninitialized] 360 | return Set(result_elements, zone); | ^ -
../../deps/v8/src/compiler/turboshaft/types.cc:598:53: warning: ‘p.elements[1]’ may be used uninitialized [-Wmaybe-uninitialized] 598 | return Set(result_elements, special_values, zone); | ^ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct v8::internal::compiler::turboshaft::SnapshotTable<v8::internal::compiler::turboshaft::StoreObservability, v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData>::LogEntry’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct v8::internal::compiler::turboshaft::SnapshotTable<v8::internal::compiler::turboshaft::Type>::LogEntry’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/compiler/backend/ppc/instruction-selector-ppc.cc:536:21: warning: ‘opcode’ may be used uninitialized [-Wmaybe-uninitialized] 536 | selector->Emit(opcode | AddressingModeField::encode(kMode_MRR), | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 537 | g.NoOutput(), g.UseRegister(base), g.UseRegister(offset), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 538 | g.UseRegister(value), g.UseImmediate(is_atomic)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct v8::internal::compiler::turboshaft::SnapshotTable<v8::internal::wasm::ValueType, v8::internal::compiler::turboshaft::NoKeyData>::LogEntry’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/compiler/turboshaft/turbolev-graph-builder.cc:151:3: warning: multi-line comment [-Wcomment] 151 | // / \ | ^ -
../../deps/v8/src/compiler/turboshaft/turbolev-graph-builder.cc:200:3: warning: multi-line comment [-Wcomment] 200 | // / \ | ^ -
../../deps/v8/src/compiler/turboshaft/turbolev-graph-builder.cc:348:5: warning: multi-line comment [-Wcomment] 348 | // / \ | ^ -
../../deps/v8/src/compiler/turboshaft/turbolev-graph-builder.cc:357:5: warning: multi-line comment [-Wcomment] 357 | // / | \ | ^ -
../../deps/v8/src/compiler/turboshaft/assembler.h:5196:28: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized] 5196 | return Asm().Reduce##Op(args...); \ | ~~~~~~~~~~~~~~~~^~~~~~~~~ -
../../deps/v8/src/compiler/turboshaft/operations.h:5115:9: warning: ‘input_requirement’ may be used uninitialized [-Wmaybe-uninitialized] 5115 | input_requirement(input_requirement), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/compiler/turboshaft/operations.h:5012:9: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized] 5012 | from_kind(from_kind), | ^~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/compiler/turboshaft/assembler.h:3801:39: warning: ‘builtin’ may be used uninitialized [-Wmaybe-uninitialized] 3801 | return CallBuiltinWithVarStackArgs( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 3802 | isolate, graph_zone, builtin, frame_state, num_args, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3803 | base::VectorOf(arguments), lazy_deopt_on_throw); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/compiler/turboshaft/turbolev-graph-builder.cc:442:9: warning: ‘builtin’ may be used uninitialized [-Wmaybe-uninitialized] 442 | SetMap(node, GenerateBuiltinCall(node, builtin, frame_state, arguments, \ | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 443 | ##__VA_ARGS__)); | ~~~~~~~~~~~~~~~ -
../../deps/v8/src/compiler/linkage.h:133:5: warning: ‘descriptor_kind’ may be used uninitialized [-Wmaybe-uninitialized] 133 | if (kind == Kind::kCallWasmFunctionIndirect) { | ^~ -
../../deps/v8/src/zone/zone-containers.h:436:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct v8::internal::compiler::turboshaft::SnapshotTable<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::wle::KeyData>::LogEntry’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess] 436 | memcpy_function(dst, src, count * sizeof(T)); \ | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘MEM <uint32_t> [(const struct Value &)prephitmp_24 + 18446744073709551592]’ is used uninitialized [-Wuninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘MEM <uint32_t> [(const struct Value &)prephitmp_32 + 18446744073709551604]’ is used uninitialized [-Wuninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6774:20: warning: ‘MEM[(const struct Value &)prephitmp_22 + 18446744073709551608]’ is used uninitialized [-Wuninitialized] 6774 | Value val = Pop(arg_type); | ~~~^~~~~~~~~~ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘MEM <uint32_t> [(const struct Value &)prephitmp_153 + 18446744073709551604]’ may be used uninitialized [-Wmaybe-uninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6504:30: warning: ‘MEM <uint32_t> [(const struct Value &)prephitmp_6 + 18446744073709551604]’ may be used uninitialized [-Wmaybe-uninitialized] 6504 | return stack_.end()[i++]; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:6774:20: warning: ‘MEM[(const struct Value &)prephitmp_30 + 18446744073709551608]’ is used uninitialized [-Wuninitialized] 6774 | Value val = Pop(arg_type); | ~~~^~~~~~~~~~ -
../../deps/v8/src/builtins/builtins-collections-gen.cc:443:33: warning: ‘index’ may be used uninitialized [-Wmaybe-uninitialized] 443 | return CAST(LoadContextElement(native_context, index)); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/builtins/builtins-collections-gen.cc:463:33: warning: ‘index’ may be used uninitialized [-Wmaybe-uninitialized] 463 | return CAST(LoadContextElement(native_context, index)); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/v8/src/builtins/builtins-collections-gen.cc:520:33: warning: ‘initial_prototype_index’ may be used uninitialized [-Wmaybe-uninitialized] 520 | return CAST(LoadContextElement(native_context, initial_prototype_index)); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.h:225:45: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 225 | using RSAPointer = DeleteFnPtr<RSA, RSA_free>; | ^ -
../../deps/ncrypto/ncrypto.h:1047:26: warning: ‘void DH_free(DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1047 | DeleteFnPtr<DH, DH_free> dh_; | ^ -
../../deps/ncrypto/ncrypto.h:1391:34: warning: ‘void EC_KEY_free(EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1391 | DeleteFnPtr<EC_KEY, EC_KEY_free> key_; | ^ -
../../deps/ncrypto/ncrypto.h:1471:38: warning: ‘void HMAC_CTX_free(HMAC_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1471 | DeleteFnPtr<HMAC_CTX, HMAC_CTX_free> ctx_; | ^ -
../../deps/ncrypto/ncrypto.cc:462:24: warning: ‘int BN_is_prime_ex(const BIGNUM*, int, BN_CTX*, BN_GENCB*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 462 | return BN_is_prime_ex(get(), nchecks, ctx.get(), cb.get()); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1351:30: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1351 | Rsa rsa(EVP_PKEY_get0_RSA(pkey)); | ~~~~~~~~~~~~~~~~~^~~~~~ -
../../deps/ncrypto/ncrypto.cc:1364:31: warning: ‘const ec_key_st* EVP_PKEY_get0_EC_KEY(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1364 | Ec ec(EVP_PKEY_get0_EC_KEY(pkey)); | ~~~~~~~~~~~~~~~~~~~~^~~~~~ -
../../deps/ncrypto/ncrypto.cc:1588:22: warning: ‘DH* DH_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1588 | DHPointer dh(DH_new()); | ~~~~~~^~ -
../../deps/ncrypto/ncrypto.cc:1591:18: warning: ‘int DH_set0_pqg(DH*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1591 | if (DH_set0_pqg(dh.get(), p.get(), nullptr, g.get()) != 1) return {}; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1605:22: warning: ‘DH* DH_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1605 | DHPointer dh(DH_new()); | ~~~~~~^~ -
../../deps/ncrypto/ncrypto.cc:1608:32: warning: ‘int DH_generate_parameters_ex(DH*, int, int, BN_GENCB*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1608 | if (DH_generate_parameters_ex(dh.get(), bits, generator, nullptr) != 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1619:15: warning: ‘int DH_check(const DH*, int*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1619 | if (DH_check(dh_.get(), &codes) != 1) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1631:23: warning: ‘int DH_check_pub_key(const DH*, const BIGNUM*, int*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1631 | if (DH_check_pub_key(dh_.get(), pub_key.get(), &codes) != 1) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1651:14: warning: ‘void DH_get0_pqg(const DH*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1651 | DH_get0_pqg(dh_.get(), &p, nullptr, nullptr); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1658:14: warning: ‘void DH_get0_pqg(const DH*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1658 | DH_get0_pqg(dh_.get(), nullptr, nullptr, &g); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1665:14: warning: ‘void DH_get0_key(const DH*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1665 | DH_get0_key(dh_.get(), &pub_key, nullptr); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1672:14: warning: ‘void DH_get0_key(const DH*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1672 | DH_get0_key(dh_.get(), nullptr, &pvt_key); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1681:23: warning: ‘int DH_generate_key(DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1681 | if (!DH_generate_key(dh_.get())) return {}; | ~~~~~~~~~~~~~~~^~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1688:20: warning: ‘int DH_size(const DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1688 | int ret = DH_size(dh_.get()); | ~~~~~~~^~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1702:21: warning: ‘int DH_compute_key(unsigned char*, const BIGNUM*, DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1702 | DH_compute_key(static_cast<uint8_t*>(dp.get()), peer.get(), dh_.get()); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1719:18: warning: ‘int DH_set0_key(DH*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1719 | if (DH_set0_key(dh_.get(), key.get(), nullptr) == 1) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:1732:18: warning: ‘int DH_set0_key(DH*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1732 | if (DH_set0_key(dh_.get(), nullptr, key.get()) == 1) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2276:30: warning: ‘int EVP_PKEY_set1_EC_KEY(EVP_PKEY*, ec_key_st*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2276 | return EVP_PKEY_set1_EC_KEY(pkey_.get(), eckey); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2281:30: warning: ‘const ec_key_st* EVP_PKEY_get0_EC_KEY(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2281 | return EVP_PKEY_get0_EC_KEY(pkey_.get()); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2541:41: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2541 | const RSA* rsa = EVP_PKEY_get0_RSA(get()); | ~~~~~~~~~~~~~~~~~^~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2547:44: warning: ‘int PEM_write_bio_RSAPrivateKey(BIO*, const RSA*, const EVP_CIPHER*, const unsigned char*, int, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2547 | err = PEM_write_bio_RSAPrivateKey( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2548 | bio.get(), | ~~~~~~~~~~ 2549 | rsa, | ~~~~ 2550 | config.cipher, | ~~~~~~~~~~~~~~ 2551 | reinterpret_cast<unsigned char*>(passphrase.data), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2552 | passphrase.len, | ~~~~~~~~~~~~~~~ 2553 | nullptr, | ~~~~~~~~ 2554 | nullptr) != 1; | ~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2559:38: warning: ‘int i2d_RSAPrivateKey_bio(BIO*, const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2559 | err = i2d_RSAPrivateKey_bio(bio.get(), rsa) != 1; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2604:46: warning: ‘const ec_key_st* EVP_PKEY_get0_EC_KEY(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2604 | const EC_KEY* ec = EVP_PKEY_get0_EC_KEY(get()); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2610:43: warning: ‘int PEM_write_bio_ECPrivateKey(BIO*, const EC_KEY*, const EVP_CIPHER*, const unsigned char*, int, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2610 | err = PEM_write_bio_ECPrivateKey( | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2611 | bio.get(), | ~~~~~~~~~~ 2612 | ec, | ~~~ 2613 | config.cipher, | ~~~~~~~~~~~~~~ 2614 | reinterpret_cast<unsigned char*>(passphrase.data), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2615 | passphrase.len, | ~~~~~~~~~~~~~~~ 2616 | nullptr, | ~~~~~~~~ 2617 | nullptr) != 1; | ~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2622:37: warning: ‘int i2d_ECPrivateKey_bio(BIO*, const EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2622 | err = i2d_ECPrivateKey_bio(bio.get(), ec) != 1; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2657:39: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2657 | const RSA* rsa = EVP_PKEY_get0_RSA(get()); | ~~~~~~~~~~~~~~~~~^~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2663:37: warning: ‘int PEM_write_bio_RSAPublicKey(BIO*, const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2663 | if (PEM_write_bio_RSAPublicKey(bio.get(), rsa) != 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2671:29: warning: ‘int i2d_RSAPublicKey_bio(BIO*, const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2671 | if (i2d_RSAPublicKey_bio(bio.get(), rsa) != 1) { | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2746:43: warning: ‘const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2746 | const DSA* dsa_key = EVP_PKEY_get0_DSA(get()); | ~~~~~~~~~~~~~~~~~^~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2748:49: warning: ‘const BIGNUM* DSA_get0_q(const DSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2748 | bits = BignumPointer::GetBitCount(DSA_get0_q(dsa_key)); | ~~~~~~~~~~^~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2766:28: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2766 | rsa = EVP_PKEY_get0_RSA(get()); | ~~~~~~~~~~~~~~~~~^~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2768:54: warning: ‘void* EVP_PKEY_get0(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2768 | rsa = static_cast<OSSL3_CONST RSA*>(EVP_PKEY_get0(get())); | ~~~~~~~~~~~~~^~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2778:43: warning: ‘const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2778 | OSSL3_CONST DSA* dsa = EVP_PKEY_get0_DSA(get()); | ~~~~~~~~~~~~~~~~~^~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2791:39: warning: ‘const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2791 | const DSA* dsa = EVP_PKEY_get0_DSA(pkey_.get()); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:2794:17: warning: ‘void DSA_get0_pqg(const DSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2794 | DSA_get0_pqg(dsa, &p, &q, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:3525:33: warning: ‘EC_KEY* EC_KEY_dup(const EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3525 | return ECKeyPointer(EC_KEY_dup(key_.get())); | ~~~~~~~~~~^~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:3530:29: warning: ‘int EC_KEY_generate_key(EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3530 | return EC_KEY_generate_key(key_.get()); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:3535:31: warning: ‘int EC_KEY_set_public_key(EC_KEY*, const EC_POINT*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3535 | return EC_KEY_set_public_key(key_.get(), pub.get()) == 1; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:3541:44: warning: ‘const EC_GROUP* EC_KEY_get0_group(const EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3541 | const EC_GROUP* group = EC_KEY_get0_group(key_.get()); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:3554:52: warning: ‘int EC_KEY_set_public_key_affine_coordinates(EC_KEY*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3554 | return EC_KEY_set_public_key_affine_coordinates( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 3555 | key_.get(), x.get(), y.get()) == 1; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:3572:31: warning: ‘int EC_KEY_set_public_key(EC_KEY*, const EC_POINT*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3572 | return EC_KEY_set_public_key(key_.get(), point.get()) == 1; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:3577:32: warning: ‘int EC_KEY_set_private_key(EC_KEY*, const BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3577 | return EC_KEY_set_private_key(key_.get(), priv.get()) == 1; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:3586:33: warning: ‘const BIGNUM* EC_KEY_get0_private_key(const EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3586 | return EC_KEY_get0_private_key(key); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ -
../../deps/ncrypto/ncrypto.cc:3595:32: warning: ‘const EC_POINT* EC_KEY_get0_public_key(const EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3595 | return EC_KEY_get0_public_key(key); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ -
../../deps/ncrypto/ncrypto.cc:3604:27: warning: ‘const EC_GROUP* EC_KEY_get0_group(const EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3604 | return EC_KEY_get0_group(key); | ~~~~~~~~~~~~~~~~~^~~~~ -
../../deps/ncrypto/ncrypto.cc:3613:26: warning: ‘int EC_KEY_check_key(const EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3613 | return EC_KEY_check_key(key) == 1; | ~~~~~~~~~~~~~~~~^~~~~ -
../../deps/ncrypto/ncrypto.cc:3622:47: warning: ‘EC_KEY* EC_KEY_new_by_curve_name(int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3622 | return ECKeyPointer(EC_KEY_new_by_curve_name(nid)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ -
../../deps/ncrypto/ncrypto.cc:3626:37: warning: ‘EC_KEY* EC_KEY_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3626 | auto ptr = ECKeyPointer(EC_KEY_new()); | ~~~~~~~~~~^~ -
../../deps/ncrypto/ncrypto.cc:3628:24: warning: ‘int EC_KEY_set_group(EC_KEY*, const EC_GROUP*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3628 | if (!EC_KEY_set_group(ptr.get(), group)) return {}; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:3765:41: warning: ‘int EVP_PKEY_CTX_set_rsa_keygen_pubexp(EVP_PKEY_CTX*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3765 | if (EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx_.get(), e.get()) == 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:3824:65: warning: ‘const EVP_MD* EVP_MD_CTX_md(const EVP_MD_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3824 | return EVP_PKEY_CTX_set_signature_md(ctx_.get(), EVP_MD_CTX_md(md.get())) == | ~~~~~~~~~~~~~^~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4021:15: warning: ‘void RSA_get0_key(const RSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4021 | RSA_get0_key(rsa_, &key.n, &key.e, &key.d); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4028:19: warning: ‘void RSA_get0_factors(const RSA*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4028 | RSA_get0_factors(rsa_, &key.p, &key.q); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4029:22: warning: ‘void RSA_get0_crt_params(const RSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4029 | RSA_get0_crt_params(rsa_, &key.dp, &key.dq, &key.qi); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4035:53: warning: ‘const RSA_PSS_PARAMS* RSA_get0_pss_params(const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4035 | const RSA_PSS_PARAMS* params = RSA_get0_pss_params(rsa_); | ~~~~~~~~~~~~~~~~~~~^~~~~~ -
../../deps/ncrypto/ncrypto.cc:4070:19: warning: ‘int RSA_set0_key(RSA*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4070 | if (RSA_set0_key(const_cast<RSA*>(rsa_), n.get(), e.get(), nullptr) == 1) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4084:20: warning: ‘int RSA_set0_key(RSA*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4084 | if (!RSA_set0_key(const_cast<RSA*>(rsa_), nullptr, nullptr, d.get())) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4089:24: warning: ‘int RSA_set0_factors(RSA*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4089 | if (!RSA_set0_factors(const_cast<RSA*>(rsa_), p.get(), q.get())) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4095:27: warning: ‘int RSA_set0_crt_params(RSA*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4095 | if (!RSA_set0_crt_params( | ~~~~~~~~~~~~~~~~~~~^ 4096 | const_cast<RSA*>(rsa_), dp.get(), dq.get(), qi.get())) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4327:23: warning: ‘const EVP_MD* EVP_MD_CTX_md(const EVP_MD_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4327 | return EVP_MD_CTX_md(ctx_.get()); | ~~~~~~~~~~~~~^~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4499:22: warning: ‘int HMAC_Init_ex(HMAC_CTX*, const void*, int, const EVP_MD*, ENGINE*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4499 | return HMAC_Init_ex(ctx_.get(), buf.data, buf.len, md_ptr, nullptr) == 1; | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4504:21: warning: ‘int HMAC_Update(HMAC_CTX*, const unsigned char*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4504 | return HMAC_Update(ctx_.get(), | ~~~~~~~~~~~^~~~~~~~~~~~ 4505 | static_cast<const unsigned char*>(buf.data), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4506 | buf.len) == 1; | ~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4521:18: warning: ‘int HMAC_Final(HMAC_CTX*, unsigned char*, unsigned int*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4521 | if (!HMAC_Final(ctx_.get(), static_cast<unsigned char*>(buf->data), &len)) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4529:37: warning: ‘HMAC_CTX* HMAC_CTX_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4529 | return HMACCtxPointer(HMAC_CTX_new()); | ~~~~~~~~~~~~^~ -
../../deps/ncrypto/ncrypto.cc:4727:15: warning: ‘void DSA_get0_pqg(const DSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4727 | DSA_get0_pqg(dsa_, &p, nullptr, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.cc:4734:15: warning: ‘void DSA_get0_pqg(const DSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4734 | DSA_get0_pqg(dsa_, nullptr, &q, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~