Package: mlucas / 20.1.1-1.3

Metadata

Package Version Patches format
mlucas 20.1.1-1.3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fopen on arm.patch | (download)

upstream/src/util.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't use mlucas_fopen() for system files
 mlucas_fopen() is a wrapper around fopen() that rewrites the path in
 various cases.  It is not an appropriate interface for opening system
 files like /proc/cpuinfo, and causes the mlucas binary to be completely
 broken on ARM architectures.