Select Git revision
src
Open with
- Visual Studio Code
- IntelliJ IDEA
Download source code
Download directory
Your workspaces
A workspace is a virtual sandbox environment for your code in GitLab.
No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.
Reynald Bourtembourg
authored
Fix crash when getaddrinfo is returning several struct addrinfo (tango-controls-hdbpp/hdbpp-cm#6 (comment)) The second struct addrinfo contains a field ai-canonname which is NULL. This could cause a crash because some code is attempting to create a string from a null pointer. getaddrinfo man page (on Debian Buster) says the following: If hints.ai_flags includes the AI_CANONNAME flag, then the ai_canon- name field of the first of the addrinfo structures in the returned list is set to point to the official name of the host. So there is no need to look at the following addrinfo returned structures.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name | Last commit | Last update |
---|---|---|
.. |