Skip to content

Fix crash on arm64 architectures due to incomplete ctypes definition#243

Merged
wonder-sk merged 1 commit intomasterfrom
fix-ctypes-crash
Jan 27, 2026
Merged

Fix crash on arm64 architectures due to incomplete ctypes definition#243
wonder-sk merged 1 commit intomasterfrom
fix-ctypes-crash

Conversation

@tomasMizera
Copy link
Contributor

There was a mismatch in arguments definition between cpp and ctypes for the following methods:

  • GEODIFF_listChanges
  • GEODIFF_listChangesSummary

They both missed c_char_p for the last const char *jsonfile argument.

Furthermore, getInt method was marked to return normal c_int instead of c_int_64.

@tomasMizera tomasMizera requested a review from wonder-sk January 27, 2026 12:35
@wonder-sk wonder-sk merged commit 85e59df into master Jan 27, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants