View | Details | Raw Unified | Return to bug 337
Collapse All | Expand All

(-)a/src/node/address.cc (-1 lines)
 Lines 10-16    Link Here 
10
  : m_type (0),
10
  : m_type (0),
11
    m_len (0)
11
    m_len (0)
12
{
12
{
13
  memset (m_data, 0, m_len);
14
}
13
}
15
14
16
Address::Address (uint8_t type, const uint8_t *buffer, uint8_t len)
15
Address::Address (uint8_t type, const uint8_t *buffer, uint8_t len)

Return to bug 337