From 91a97c411c7c9f7dbe41ea4438e7d563e1e549b4 Mon Sep 17 00:00:00 2001 From: Reidar Cederqvist Date: Wed, 13 Jul 2016 17:29:50 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ questd ] ------------------------------------------------------------------------------- * 38610d3 added some tests to make sure indexing outside of array doesn't happen and changed router ports to dump the clients in port.clients insted of by macaddress * eda05ba added checkes everywere in questd.c to make sure arrays are never indexed outside of its range * c0259d5 doubbled the size of MAX_PORT and MAX_VIF TODO: fix all for loop so they never go higher than MAX_something insted of checking for null ------------------------------------------------------------------------------- commit 38610d31f53c5c36cacc698d57f6313130f65465 Author: Reidar Cederqvist Date: 2016-07-13 17:27:50 +0200 added some tests to make sure indexing outside of array doesn't happen and changed router ports to dump the clients in port.clients insted of by macaddress Base directory -> / questd.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ------------------------------------------------------------------------------- commit eda05ba6abef93ca5cb268dca87ac1bb1614ec6b Author: Reidar Cederqvist Date: 2016-07-13 12:13:29 +0200 added checkes everywere in questd.c to make sure arrays are never indexed outside of its range Base directory -> / questd.c | 59 ++++++++++++++++++++++++++--------------------------------- questd.h | 2 +- 2 files changed, 27 insertions(+), 34 deletions(-) ------------------------------------------------------------------------------- commit c0259d51821bc08f0405530b829d64ed32ed1ea9 Author: Reidar Cederqvist Date: 2016-07-13 10:35:38 +0200 doubbled the size of MAX_PORT and MAX_VIF TODO: fix all for loop so they never go higher than MAX_something insted of checking for null Base directory -> / questd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- --- questd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questd/Makefile b/questd/Makefile index a6ffa273c..b45a9adc5 100644 --- a/questd/Makefile +++ b/questd/Makefile @@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=questd PKG_VERSION:=3.1.11 -PKG_SOURCE_VERSION:=eda05ba6abef93ca5cb268dca87ac1bb1614ec6b +PKG_SOURCE_VERSION:=38610d31f53c5c36cacc698d57f6313130f65465 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://public.inteno.se:/questd