mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
[SF 2466364] Uninitialised variable in ICMPv4PacketImpl.cpp
This commit is contained in:
parent
ea664cfee6
commit
8abc90f989
@ -125,7 +125,8 @@ const std::string ICMPv4PacketImpl::PARAMETER_PROBLEM_CODE[] =
|
||||
|
||||
|
||||
ICMPv4PacketImpl::ICMPv4PacketImpl(int dataSize):
|
||||
ICMPPacketImpl(dataSize)
|
||||
ICMPPacketImpl(dataSize),
|
||||
_seq(0)
|
||||
{
|
||||
initPacket();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user