oremanj / python-netfilterqueue

Python bindings for libnetfilter_queue
MIT License
248 stars 96 forks source link

Check whether payload is NULL before accessing it in __str__ #89

Closed oremanj closed 2 years ago

oremanj commented 2 years ago

Use the retained payload if it's available, and return a less-descriptive string if not. Fixes #83.