~ubuntu-branches/ubuntu/lucid/quagga/lucid-security

« back to all changes in this revision

Viewing changes to lib/memtypes.c

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-05-05 19:21:02 UTC
  • mfrom: (17.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120505192102-vhdjnud7ast901mj
Tags: 0.99.20.1-0ubuntu0.10.04.2
* SECURITY UPDATE: Update to 0.99.20.1 to fix multiple security issues.
  (LP: #994169)
  - Denial of service via short Link State Update packet
  - Denial of service via short network-LSA link-state advertisement
  - Denial of service via malformed Four-octet AS Number Capability
  - CVE-2012-0249
  - CVE-2012-0250
  - CVE-2012-0255
* debian/control, debian/rules: Remove quagga-dbg package for Lucid.
* debian/rules: don't use autotools_dev for Lucid.
* debian/patches/99_bgpd-fix-memory-leak-for-extra-attributes.diff:
  added fix for a bgpd memory leak related to extra attributes. Thanks to
  Debian for the regression fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *
6
6
 * The script is sensitive to the format (though not whitespace), see
7
7
 * the top of memtypes.awk for more details.
8
 
 *
9
 
 * $Id$
10
8
 */
11
9
 
12
10
#include "zebra.h"
108
106
  { MTYPE_BGP_NODE,             "BGP node"                      },
109
107
  { MTYPE_BGP_ROUTE,            "BGP route"                     },
110
108
  { MTYPE_BGP_ROUTE_EXTRA,      "BGP ancillary route info"      },
 
109
  { MTYPE_BGP_CONN,             "BGP connected"                 },
111
110
  { MTYPE_BGP_STATIC,           "BGP static"                    },
112
111
  { MTYPE_BGP_ADVERTISE_ATTR,   "BGP adv attr"                  },
113
112
  { MTYPE_BGP_ADVERTISE,        "BGP adv"                       },