64tass: fix # lines limit calculations
The maximum {m,c}alloc block size is 2GiB (INT32_MAX) so clip the
calculations for max_lines and lines to the limit (INT32_MAX-1)/sizeof(ptr).
In this way at most 2GiB - 4 bytes may be allocated in one block.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Template file for '64tass'
|
||||
pkgname=64tass
|
||||
version=1.55.2200
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="64tass-${version}-src"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="prefix=/usr"
|
||||
|
||||
Reference in New Issue
Block a user