Skip to content
  • Lorenz Huedepohl's avatar
    Fix stack-overflow in kernels · 92bfbd49
    Lorenz Huedepohl authored
    The were a couple of places where a load of a stack variable was too
    wide. Detected with the
    
      -fsanitize=address
    
    flag of GCC, that we should probably incorporate into our CI tests.
    92bfbd49