Devolutions / sspi-rs

A Rust implementation of the Security Support Provider Interface (SSPI) API
Apache License 2.0
52 stars 14 forks source link

Fix null check in `save_out_buf` and `save_out_buf_wide` functions #251

Closed TheBestTvarynka closed 3 months ago

TheBestTvarynka commented 3 months ago

Hi, After the last intermediate PR I did some dev testing to check if everything is sill working. I found a small mistake and fixed it in this PR. Also, I've improved the logging a little bit.