Skip to content

Conversation

@rilysh
Copy link

@rilysh rilysh commented Mar 22, 2023

  1. webby_data().ws_connections.empty() returns boolean but it's not handled anywhere. Casting with void will suppress it.
  2. In line 346 strncpy is trying to copy the string on the destination which has the same size as the source string. It might overlap string size when the source will be at the same size as destination.

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.

1 participant