mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-12 22:36:54 +02:00
[SF 2466364] Uninitialised variable in ICMPv4PacketImpl.cpp
This commit is contained in:
@@ -125,7 +125,8 @@ const std::string ICMPv4PacketImpl::PARAMETER_PROBLEM_CODE[] =
|
||||
|
||||
|
||||
ICMPv4PacketImpl::ICMPv4PacketImpl(int dataSize):
|
||||
ICMPPacketImpl(dataSize)
|
||||
ICMPPacketImpl(dataSize),
|
||||
_seq(0)
|
||||
{
|
||||
initPacket();
|
||||
}
|
||||
|
Reference in New Issue
Block a user