Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159663995
D33363.id100014.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
D33363.id100014.diff
View Options
diff --git a/crypto/openssl/ssl/ssl_lib.c b/crypto/openssl/ssl/ssl_lib.c
--- a/crypto/openssl/ssl/ssl_lib.c
+++ b/crypto/openssl/ssl/ssl_lib.c
@@ -2026,7 +2026,8 @@
}
#ifdef OPENSSL_NO_KTLS
- ERR_raise_data(ERR_LIB_SYS, ERR_R_INTERNAL_ERROR, "calling sendfile()");
+ SYSerr(SSL_F_SSL_SENDFILE, ERR_R_INTERNAL_ERROR);
+ ERR_add_error_data(1, "calling sendfile()");
return -1;
#else
ret = ktls_sendfile(SSL_get_wfd(s), fd, offset, size, flags);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 17, 7:57 PM (13 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34033706
Default Alt Text
D33363.id100014.diff (472 B)
Attached To
Mode
D33363: SSL_sendfile: Replace ERR_raise_data with SYSerr.
Attached
Detach File
Event Timeline
Log In to Comment