Skip to content
  • Guillem Jover's avatar
    setmode: Dot not use saveset after free · a14612d9
    Guillem Jover authored
    While we are only doing a pointer difference and not dereferencing it,
    it's easier and more correct to do the pointer difference before passing
    it to reallocarray().
    
    Warned-by: gcc
    a14612d9