Skip to content
Snippets Groups Projects
  1. Dec 07, 2024
    • Rob Swindell's avatar
      More nodefile_mutex fixes · b6062fa3
      Rob Swindell authored
      Need to unlock the mutex before calling errormsg().
      
      Need unlock the mutex in error path of unlocknodedat().
      
      I'm not clear why this would, but it might resolve CID 515601 which looks
      like false positive to me: getnmsg()->putnodedat() should never leave
      nodefile_mutex locked.
      b6062fa3
    • Rob Swindell's avatar
      Check return value of smb_create() in smb_open_dir() · a4dea66e
      Rob Swindell authored
      Resolves CID 515657
      a4dea66e
    • Rob Swindell's avatar
      Always free(mail) · 855fb1be
      Rob Swindell authored
      I don't think this was actually a leak (since smb.msgs should be non-zero
      any time mail is non-null), but to make Coverity happy (CID 515659) and just
      be more fault-tolerant, always free(mail).
      855fb1be
  2. Dec 06, 2024
  3. Dec 05, 2024
  4. Dec 04, 2024
  5. Dec 03, 2024
Loading