riverloopsec / killerbee

IEEE 802.15.4/ZigBee Security Research Toolkit
http://www.riverloopsecurity.com
Other
742 stars 215 forks source link

Fixes segmentation fault with zigbee_crypt.c on Python 3.10 #270

Open benjaminpsinclair opened 1 year ago

benjaminpsinclair commented 1 year ago

Added #define PY_SSIZE_T_CLEAN as required in 3.10, change pyobject sizes to Py_ssize_t rather than int as this is no longer compatible.