mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 14:45:36 +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):
|
ICMPv4PacketImpl::ICMPv4PacketImpl(int dataSize):
|
||||||
ICMPPacketImpl(dataSize)
|
ICMPPacketImpl(dataSize),
|
||||||
|
_seq(0)
|
||||||
{
|
{
|
||||||
initPacket();
|
initPacket();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user