ALT Linux Bugzilla
– Attachment 5397 Details for
Bug 27099
Sigsegv при подключении по RDP
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для исправления бага.
freerdp-1.0.1-fix-crash.patch (text/plain), 644 bytes, created by
Andrey Cherepanov
on 2012-03-22 14:20:39 MSK
(
hide
)
Description:
Патч для исправления бага.
Filename:
MIME Type:
Creator:
Andrey Cherepanov
Created:
2012-03-22 14:20:39 MSK
Size:
644 bytes
patch
obsolete
>Invalid pointer dereference causes segmentation fault >Fixed in https://github.com/FreeRDP/FreeRDP/commit/aa7b83ff1e97ac394f76b0968acc1d9f55a11d41 >See https://bugzilla.altlinux.org/27099 > >diff --git a/libfreerdp-core/crypto.c b/libfreerdp-core/crypto.c >index 2d24da5..efc7f86 100644 >--- a/libfreerdp-core/crypto.c >+++ b/libfreerdp-core/crypto.c >@@ -437,7 +437,7 @@ char** crypto_cert_subject_alt_name(X509* xcert, int* count, int** lengths) > { > length = ASN1_STRING_to_UTF8(&string, subject_alt_name->d.dNSName); > strings[*count] = (char*) string; >- *lengths[*count] = length; >+ (*lengths)[*count] = length; > (*count)++; > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27099
: 5397 |
5405