mirror of
https://github.com/samba-team/samba.git
synced 2025-09-02 01:49:29 +03:00
@ -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);
|
||||
|
Reference in New Issue
Block a user