fix typo in table for getprotoent that caused out-of-bound reads
[musl] / src / network / proto.c
index 031003a..c569232 100644 (file)
@@ -13,7 +13,7 @@ static const unsigned char protos[][6] = {
        "\014pup",
        "\021udp",
        "\026idp",
-       "\377raw"
+       "\377raw",
        "\0\0"
 };