mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
merge from APPLIANCE_HEAD
(This used to be commit e734c1971d2841b2cfe37414fe4893f4a66b22a9)
This commit is contained in:
parent
e32177ea9d
commit
7dbaaa0964
@ -579,7 +579,7 @@ authentication failed. Denying the request.\n", p->name));
|
||||
* will not fit in the initial buffer of size 0x1068 --jerry 22/01/2002
|
||||
*/
|
||||
|
||||
if(prs_data_size(&p->in_data.data) + data_len > 15*1024*1024) {
|
||||
if(prs_offset(&p->in_data.data) + data_len > 15*1024*1024) {
|
||||
DEBUG(0,("process_request_pdu: rpc data buffer too large (%u) + (%u)\n",
|
||||
(unsigned int)prs_data_size(&p->in_data.data), (unsigned int)data_len ));
|
||||
set_incoming_fault(p);
|
||||
|
Loading…
x
Reference in New Issue
Block a user