Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
Source project has a limited visibility.
  • AdminXVII's avatar
    0a558de7
    Fix reference getting moved · 0a558de7
    AdminXVII authored
    The sigaction handler called map on an option, creating a pointer to a
    move value. This in turned caused UB for signal handlers. Avoid using
    pointers directly, and instead prefer references.
    0a558de7
    History
    Fix reference getting moved
    AdminXVII authored
    The sigaction handler called map on an option, creating a pointer to a
    move value. This in turned caused UB for signal handlers. Avoid using
    pointers directly, and instead prefer references.