Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146271588
D33363.id99800.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
498 B
Referenced Files
None
Subscribers
None
D33363.id99800.diff
View Options
Index: crypto/openssl/ssl/ssl_lib.c
===================================================================
--- crypto/openssl/ssl/ssl_lib.c
+++ 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
Mon, Mar 2, 7:15 AM (22 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29147596
Default Alt Text
D33363.id99800.diff (498 B)
Attached To
Mode
D33363: SSL_sendfile: Replace ERR_raise_data with SYSerr.
Attached
Detach File
Event Timeline
Log In to Comment