Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • David Goulet
  • Tor
  • Repository
Switch branch/tag
  • tor
  • src
  • lib
  • err
  • backtrace.c
Find file BlameHistoryPermalink
  • teor's avatar
    backtrace: Check the return values of snprintf() and strncpy() · f311d067
    teor authored Sep 03, 2019
    We can't use strlcat() or strlcpy() in torerr, because they are defined
    in string/compat_string.h on some platforms, and string uses torerr.
    
    Part of 31571.
    f311d067