Skip to content

1306 fix#1307

Merged
LocutusOfBorg merged 15 commits into
Ettercap:masterfrom
LocutusOfBorg:1306-fix
Apr 27, 2026
Merged

1306 fix#1307
LocutusOfBorg merged 15 commits into
Ettercap:masterfrom
LocutusOfBorg:1306-fix

Conversation

@LocutusOfBorg

Copy link
Copy Markdown
Contributor

No description provided.

…minator, due to string assignment. Using uint8_t looks a correct fix, since this is a mac address going into that data structure, avoiding useless casts
… instead ck_assert_msg, according to the tutorial of check library looks the correct implementation
warning: initializer-string for array of ‘char’ truncates NUL terminator but destination lacks ‘nonstring’ attribute (17 chars into 16 available) [-Wunterminated-string-initialization]
   56 | static char itoa16[16] =  "0123456789abcdef";
warning: the comparison will always evaluate as ‘false’ for the pointer operand in ‘ptr + (sizetype)i’ must not be NULL [-Waddress]
  170 |            if (ptr+i == NULL)
warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
  180 |             SAFE_CALLOC(s->data, sizeof(ssh_session_data), 1);
warning: initializer-string for array of ‘char’ truncates NUL terminator but destination lacks ‘nonstring’ attribute (7 chars into 6 available) [-Wunterminated-string-initialization]
warning: ‘CURLOPT_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations]
  890 |    curl_easy_setopt(connection->handle, CURLOPT_PROTOCOLS, (long) CURLPROTO_HTTP |
@koeppea

koeppea commented Apr 26, 2026

Copy link
Copy Markdown
Member

Looks good to me

@LocutusOfBorg LocutusOfBorg merged commit e4be6c8 into Ettercap:master Apr 27, 2026
2 checks passed
@LocutusOfBorg LocutusOfBorg deleted the 1306-fix branch April 27, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants