Skip to content

[C++] iso_calendar may be uninitialized #29567

@asfimport

Description

@asfimport
/arrow/cpp/src/arrow/scalar.h:137:64: warning: ‘*((void*)& iso_calendar +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  137 |       : PrimitiveScalarBase(std::move(type), true), value(value) {}
      |                                                                ^
In file included from /tmp/RtmpoS4YCn/file8773f4430f/src/arrow/CMakeFiles/arrow_objlib.dir/Unity/unity_17_cxx.cxx:7:
/arrow/cpp/src/arrow/compute/kernels/scalar_temporal.cc:697:30: note: ‘*((void*)& iso_calendar +8)’ was declared here
  697 |       std::array<int64_t, 3> iso_calendar;

fyi @rok

Reporter: Neal Richardson / @nealrichardson
Assignee: David Li / @lidavidm
Watchers: Rok Mihevc / @rok

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-13961. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions