ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12034] "Conditional jump or move depends on uninitialised

Date: Sat, 12 Mar 2016 21:12:20 +0000

Comment # 3 on bug 12034 from
(In reply to Guy Harris from comment #1)
> That argument is set from the _expression_
> 
> 		gboolean try_desegment_body = (http_desegment_body &&
> 			(!(conv_data->request_method && g_str_equal(conv_data->request_method,
> "HEAD"))) &&
> 			((tcpinfo == NULL) || (tcpinfo->fin == FALSE)));
> 
> 
> so presumably one of the variables in that _expression_ is "uninitialized".

Yup, tcpinfo->fin, which was set to TRUE if FIN was set and left *unset* if FIN
was not set.


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