summaryrefslogtreecommitdiff
path: root/security/fragrouter/files/patch-fragrouter.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/fragrouter/files/patch-fragrouter.c')
-rw-r--r--security/fragrouter/files/patch-fragrouter.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/fragrouter/files/patch-fragrouter.c b/security/fragrouter/files/patch-fragrouter.c
new file mode 100644
index 000000000000..173cac0f2c04
--- /dev/null
+++ b/security/fragrouter/files/patch-fragrouter.c
@@ -0,0 +1,13 @@
+--- fragrouter.c.orig 2022-11-08 17:15:14 UTC
++++ fragrouter.c
+@@ -104,8 +104,8 @@ usage(void)
+ int
+ main(int argc, char *argv[])
+ {
+- char c, ebuf[BUFSIZ], hops[BUFSIZ], *dev = NULL;
+- int num = 0, type = -1, hopptr = 4;
++ char ebuf[BUFSIZ], hops[BUFSIZ], *dev = NULL;
++ int c, num = 0, type = -1, hopptr = 4;
+ attack_handler attack;
+
+ hops[0] = '\0';