mirror of
https://github.com/openappsec/attachment.git
synced 2025-06-28 16:41:03 +03:00
[JIRA] INXT-44274: test agent image
This commit is contained in:
parent
b51f3d94ca
commit
a2e439b77b
@ -359,20 +359,6 @@ sendChunkedData(
|
||||
{
|
||||
writeDebug(&(ipc->logging_data), TraceLevel, "Sending %u chunks of data\n", num_of_data_elem);
|
||||
|
||||
int i = 0;
|
||||
while (data_elem_to_send[i] != NULL) { // Assume the array is NULL-terminated
|
||||
writeDebug(&(ipc->logging_data), WarningLevel, "String %d address: %p\n", i, (void *)data_elem_to_send[i]);
|
||||
writeDebug(&(ipc->logging_data), WarningLevel, "String %d content in hex: ", i);
|
||||
|
||||
char *current = data_elem_to_send[i];
|
||||
while (*current) {
|
||||
writeDebug(&(ipc->logging_data), WarningLevel, "%02x ", (unsigned char)*current);
|
||||
current++;
|
||||
}
|
||||
i++;
|
||||
}
|
||||
|
||||
|
||||
return pushBuffersToQueue(
|
||||
&(ipc->logging_data),
|
||||
ipc->tx_queue,
|
||||
|
Loading…
x
Reference in New Issue
Block a user