Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-arm64
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomai
  • ipipe-arm64
  • Repository
Switch branch/tag
  • ipipe-arm64
  • net
  • lapb
  • lapb_iface.c
Find file BlameHistoryPermalink
  • Reshetova, Elena's avatar
    net, lapb: convert lapb_cb.refcnt from atomic_t to refcount_t · 0408c58b
    Reshetova, Elena authored Jul 04, 2017
    
    
    refcount_t type and corresponding API should be
    used instead of atomic_t when the variable is used as
    a reference counter. This allows to avoid accidental
    refcounter overflows that might lead to use-after-free
    situations.
    Signed-off-by: default avatarElena Reshetova <elena.reshetova@intel.com>
    Signed-off-by: default avatarHans Liljestrand <ishkamiel@gmail.com>
    Signed-off-by: default avatarKees Cook <keescook@chromium.org>
    Signed-off-by: default avatarDavid Windsor <dwindsor@gmail.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    0408c58b

Imprint & Privacy Policy