Skip to content
Snippets Groups Projects

Control on udp_address conversion

Merged pieretti requested to merge hotfix/udp_address_control into master

In its_bridge_client.c:176 there is no check about return value of inet_pton function (return 1 on success). So, if in the config the udp_address is not written correct, the bridge tries to send udp messages to address 0.0.0.0.

Solution: added check to return value of inet_pton function.

Merge request reports

Checking pipeline status.

Approval is optional

Merged by Yann GarciaYann Garcia 4 years ago (Jul 23, 2020 5:38am UTC)

Merge details

  • Changes merged into master with 4cbb103f.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading