Wireshark-bugs: [Wireshark-bugs] [Bug 6302] OSPF LSA length minimum values

Date: Fri, 20 Jun 2014 00:23:35 +0000

Comment # 21 on bug 6302 from
> Please note it seems necessary to make sure ls_type is within the valid
> range before the check below, otherwise it can access beyond the end of
> ls_length_constraints[]:
> 
> if(ls_length < ls_length_constraints[ls_type]) {
> 
> Thank you.

You're right, I missed that. Is there a default maximum allowed LSA length ?


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