The Samba-Bugzilla – Attachment 17836 Details for
Bug 15306
Floating point exception (FPE) via cli_pull_send at source3/libsmb/clireadwrite.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
"raw" fix for master.
look (text/plain), 517 bytes, created by
Jeremy Allison
on 2023-03-20 22:26:29 UTC
(
hide
)
Description:
"raw" fix for master.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2023-03-20 22:26:29 UTC
Size:
517 bytes
patch
obsolete
>diff --git a/source3/libsmb/clireadwrite.c b/source3/libsmb/clireadwrite.c >index 16419052b74..f14a816de4c 100644 >--- a/source3/libsmb/clireadwrite.c >+++ b/source3/libsmb/clireadwrite.c >@@ -369,6 +369,11 @@ struct tevent_req *cli_pull_send(TALLOC_CTX *mem_ctx, > state->chunk_size &= ~(page_size - 1); > } > >+ if (state->chunk_size == 0) { >+ tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER); >+ return tevent_req_post(req, ev); >+ } >+ > if (window_size == 0) { > /* > * We use 16 MByte as default window size.
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 Raw
Actions:
View
Attachments on
bug 15306
:
17823
|
17824
|
17825
|
17836
|
17837
|
17838
|
17850
|
17851