diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-08-11 22:24:49 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-08-11 22:24:49 +0000 |
commit | 21ab7fe69dfcc10ca05c10052156869cd80e5c55 (patch) | |
tree | ccb003aa4b990d81a0a209a0d800ae13df9cd591 /games/openbor4432/Makefile | |
parent | ce5a6de0c93364b250956e6da6bad102366a6082 (diff) | |
download | ports-21ab7fe69dfcc10ca05c10052156869cd80e5c55.tar.gz ports-21ab7fe69dfcc10ca05c10052156869cd80e5c55.zip |
games/openbor: fix free memory stats
source/ramlib/ram.c:137:18: runtime error: unsigned integer overflow: 9420649 * 4096 cannot be represented in type 'unsigned int'
Reported by: -fsanitize=integer
Notes
Notes:
svn path=/head/; revision=508689
Diffstat (limited to 'games/openbor4432/Makefile')
-rw-r--r-- | games/openbor4432/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openbor4432/Makefile b/games/openbor4432/Makefile index 213faa22da20..21f0cb9ecc37 100644 --- a/games/openbor4432/Makefile +++ b/games/openbor4432/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTVERSION= 4432 -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= ${PORTVERSION} MASTERDIR= ${.CURDIR}/../openbor |