python-ad icon indicating copy to clipboard operation
python-ad copied to clipboard

bug in krb5.c file

Open voldmir opened this issue 2 years ago • 0 comments

Hello, I found an error in your code, python-ad/lib/ad/protocol/krb5.c Line 146 - strncpy(p1, result_string->data, result_string->length); invalid pointer, must be p2, causing segmentation error

voldmir avatar Nov 19 '22 05:11 voldmir