Dear Maintainer, I have written a patch to fix some more crashes. This has not been fixed upstream (although it is the same issue; storing a pointer in an integer type too small to store a pointer).
Here is the patch:
Index: berusky2-0.10/src/komat/Berusky3d_castice.h =================================================================== --- berusky2-0.10.orig/src/komat/Berusky3d_castice.h +++ berusky2-0.10/src/komat/Berusky3d_castice.h @@ -195,8 +195,8 @@ typedef struct _PARMETAC GLMATRIX world; // transfromacni matice void *p_param; - int param; - int param2; + size_ptr param; + size_ptr param2; END_FUNKCE p_endfce; // kofolova end funkce struct _PARMETAC *p_next;
Thanks, Asher -- If at first you don't succeed, redefine success. GPG fingerprint: 38F3 975C D173 4037 B397 8095 D4C9 C4FC 5460 8E68
signature.asc
Description: PGP signature