Wireshark-bugs: [Wireshark-bugs] [Bug 10897] Clang ASAN : AddressSanitizer: global-buffer-overfl

Date: Tue, 27 Jan 2015 17:17:23 +0000

changed bug 10897


What Removed Added
Status UNCONFIRMED CONFIRMED
Ever confirmed   1

Comment # 1 on bug 10897 from
Hi Alexis,

could you try the following patch?

diff --git a/epan/dissectors/packet-ansi_637.c
b/epan/dissectors/packet-ansi_637
index 09774f3..7582132 100644
--- a/epan/dissectors/packet-ansi_637.c
+++ b/epan/dissectors/packet-ansi_637.c
@@ -203,8 +203,8 @@ static const true_false_string tfs_number_mode_data_ansi_t1
  * 3GPP2 C.S0005-C (IS-2000 aka cdma2000)
  */
 static const unsigned char air_digits[] = {
-  /*  0   1   2   3   4   5   6   7   8   9   a   b   c   d   e */
-     '?','1','2','3','4','5','6','7','8','9','0','*','#','?','?'
+  /*  0   1   2   3   4   5   6   7   8   9   a   b   c   d   e   f */
+     '?','1','2','3','4','5','6','7','8','9','0','*','#','?','?','?'
 };

 /* Initialize the protocol and registered fields */


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