Skip to content
Snippets Groups Projects
Select Git revision
  • 851e9c5d954c9809ccf34824daa1fe4e664d658f
  • master default protected
  • image_support_for_boolean
  • image_support_lofar_fixes
  • image_support
  • moved-to-gitlab
  • remove-libpqxx-submodule
  • v0.11.2
  • v0.11.1
  • v0.11.0
  • v0.10.0
  • v0.9.1
  • v0.9.0
13 results

src

  • Open with
  • 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.

  • user avatar
    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.
    9f787c82
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..