]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lspping.c
CVE-2017-13045/VQP: add some bounds checks
[tcpdump] / print-lspping.c
index 4d260db2113e8a6e37610ac9f5f16edb5285c4d7..274cc68b7630978415b7136c120c2ef48754d290 100644 (file)
@@ -10,7 +10,7 @@
  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  * FOR A PARTICULAR PURPOSE.
  *
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
  */
 
 /* \summary: MPLS LSP PING printer */
@@ -104,6 +104,7 @@ static const struct tok lspping_return_code_values[] = {
     { 11, "No label entry at stack-depth"},
     { 12, "Protocol not associated with interface at FEC stack depth"},
     { 13, "Premature termination of ping due to label stack shrinking to a single label"},
+    { 0,  NULL},
 };