smbd assertion - failure to chdir() to share connectpath when session has multiple tcons with different credentials

Description

when moving/deleting files SMBD crashes over and over.

Problem/Justification

None

Impact

None

is duplicated by

Activity

Show:

Bug Clerk December 11, 2021 at 2:46 AM

Henry Berger December 3, 2021 at 7:18 PM
Edited

no backup software.  I use Foobar2000 to edit music files through a shared drive.

Andrew Walker December 3, 2021 at 7:04 PM

Are you running any backup software on Windows? Is your music share a mapped network drive?

Henry Berger December 3, 2021 at 6:43 PM

192.168.1.188 is a windows 10 box.  

files are accessed by Plex and a windows share

Andrew Walker December 3, 2021 at 5:56 PM

SMB client had two open tcons for same underlying filesystem path. One was guest and other was uid 1000. uid 1000 had opened a file, then SMB client performed attempted read through guest tcon and hit assert in Samba's code when failing a chdir() during path resolution. chdir() failed because of ACL issue.

Complete

Details

Assignee

Reporter

Labels

Time remaining

0m

Components

Fix versions

Affects versions

Priority

Katalon Platform

Created December 3, 2021 at 3:15 PM
Updated July 1, 2022 at 5:51 PM
Resolved December 20, 2021 at 4:59 PM