From b9e85bbdcf38547ef2ca4e5c2a6e6293bbcd2752 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 11 Jun 2018 21:51:10 -0500 Subject: system/freetype: sec bump (this will be moved back to user/ for beta1 rebuild) --- user/freetype/40-memcpy-fix.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 user/freetype/40-memcpy-fix.patch (limited to 'user/freetype/40-memcpy-fix.patch') diff --git a/user/freetype/40-memcpy-fix.patch b/user/freetype/40-memcpy-fix.patch deleted file mode 100644 index 89e61cd0b..000000000 --- a/user/freetype/40-memcpy-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- ./src/psaux/psobjs.c~ 2006-04-26 16:38:17.000000000 +0200 -+++ ./src/psaux/psobjs.c 2006-09-10 15:01:13.000000000 +0200 -@@ -165,6 +165,11 @@ - return PSaux_Err_Invalid_Argument; - } - -+ if ( length < 0 ) { -+ FT_ERROR(( "ps_table_add: invalid length\n" )); -+ return PSaux_Err_Invalid_Argument; -+ } -+ - /* grow the base block if needed */ - if ( table->cursor + length > table->capacity ) - { -- cgit v1.2.3-70-g09d2