Skip to content

CID 1508924: Uninitialized scalar field #10413

Description

@maskit

slice/Data.h

103  explicit Data(Config *const config) : m_config(config)
104  {
105    m_date[0]         = '\0';
106    m_hostname[0]     = '\0';
107    m_etag[0]         = '\0';
108    m_lastmodified[0] = '\0';
   	2. uninit_member: Non-static class member m_client_ip.ss_family is not initialized in this constructor nor in any functions that it calls.
   	
CID 1508924 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
4. uninit_member: Non-static class member m_client_ip.__ss_align is not initialized in this constructor nor in any functions that it calls.
109  }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions