You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest version of FreeRDP, I was getting a segmentation fault when connecting to a RDP server at work. I tracked down the segfault to libfreerdp-core/crypto.c:crypto_cert_subject_alt_name. It is caused by not protecting the dereference of the lengths variable. Here is a patch that corrects the problem:
With the latest version of FreeRDP, I was getting a segmentation fault when connecting to a RDP server at work. I tracked down the segfault to libfreerdp-core/crypto.c:crypto_cert_subject_alt_name. It is caused by not protecting the dereference of the lengths variable. Here is a patch that corrects the problem:
The text was updated successfully, but these errors were encountered: