Wireshark-bugs: [Wireshark-bugs] [Bug 11581] New: Printf does not match (6 format specifiers, 7
Date: Fri, 09 Oct 2015 10:22:52 +0000
Bug ID 11581
Summary Printf does not match (6 format specifiers, 7 variables in list) asn1.c
Product Wireshark
Version unspecified
Hardware x86
OS Windows 7
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter maddin200@aol.com

Build Information:
asn1.c line 272

#ifdef DEBUG
    printf("S = %d, N = %lu, F = %u, B = %u, E = %d -> %f\n", S, N, F, B, E,
Eneg, val);
#endif
--


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