Comment 7 for bug 1716429

Revision history for this message
Seth Arnold (seth-arnold) wrote :

Hrm, the debdiff includes:

++ const int verify = 1;

This patch from upstream removed the 'const':

https://github.com/02strich/pykerberos/commit/873fca96cb42ff1c163859a5618dc9983796f438

The commit message includes this "gcc didn't respect the const qualifiers, however" -- I'm not sure I like relying upon a whim of gcc for this.

This debdiff does grab the ssss|b vs ssssb change though.

Does anything ever want verify = false?

Thanks