getSizeForCompression worst cases

https://github.com/upx/upx/issues/463
	modified:   Makefile
	modified:   mem.cpp
This commit is contained in:
John Reiser
2021-02-25 20:04:16 -08:00
committed by Markus F.X.J. Oberhumer
parent 1ab6e01de2
commit 1c29f921e0
2 changed files with 28 additions and 4 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ MAKEFLAGS += -r
export SHELL = /bin/sh
# build configuration options for this Makefile
BUILD_TYPE_DEBUG ?= 0
BUILD_TYPE_SANITIZE ?= 0
BUILD_TYPE_DEBUG ?= 1
BUILD_TYPE_SANITIZE ?= 1
BUILD_USE_DEPEND ?= 1
ifndef srcdir