From e75042bfe543bfaf6bf7d21396800d971b0c2d64 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 23 Jan 2025 16:14:03 +0530 Subject: [PATCH] libqos: Prevent going out of an array --- libqos/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libqos/Makefile b/libqos/Makefile index 28321dafe..311ff95f5 100644 --- a/libqos/Makefile +++ b/libqos/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libqos -PKG_VERSION:=7.2.108 +PKG_VERSION:=7.2.109 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=6a72e35e1a662e2f707e4901679676a9c09b3bc2 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/libqos.git +PKG_SOURCE_VERSION:=4948d372c3d7e43a0ba9aee517dbb83b94bba3dc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz PKG_MIRROR_HASH:=skip endif @@ -78,7 +78,7 @@ endef ifeq ($(LOCAL_DEV),1) define Build/Prepare - $(CP) -rf ./libqos/* $(PKG_BUILD_DIR)/ + $(CP) -rf ~/git/libqos/* $(PKG_BUILD_DIR)/ endef endif