Skip to content

Commit ff99c4a

Browse files
committed
First step working on #8544: Information request buffer allocation
(cherry picked from commit 9b5d1a0)
1 parent 4ec6d13 commit ff99c4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/remote/server/server.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3962,7 +3962,6 @@ void rem_port::info(P_OP op, P_INFO* stuff, PACKET* sendL)
39623962
// Make sure there is a suitable temporary blob buffer
39633963
Array<UCHAR> buf;
39643964
UCHAR* const buffer = buffer_length ? buf.getBuffer(buffer_length) : NULL;
3965-
memset(buffer, 0, buffer_length);
39663965

39673966
HalfStaticArray<UCHAR, 1024> info;
39683967
UCHAR* info_buffer = NULL;

0 commit comments

Comments
 (0)