Wireshark-bugs: [Wireshark-bugs] [Bug 8781] dtls: parse supported_signature_algorithms in Certif

Date: Thu, 29 Aug 2013 12:40:26 +0000

changed bug 8781

What Removed Added
CC   [email protected]

Comment # 6 on bug 8781 from
Hi,

I think what Michael meant (at least that's how I understand it), is that this
code:
if (!algotree)
{
    algotree = subtree;
}
is useless as you cannot have a case where subtree would be not null and
algotree would be null.


You are receiving this mail because:
  • You are watching all bug changes.