Bug 10149 - cli_smb2_get_ea_list_path() failed to close file on exit.
Summary: cli_smb2_get_ea_list_path() failed to close file on exit.
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks: 9306
  Show dependency treegraph
 
Reported: 2013-09-17 18:06 UTC by Jeremy Allison
Modified: 2013-09-19 10:09 UTC (History)
0 users

See Also:


Attachments
git-am fix from master for 4.1.0 (847 bytes, patch)
2013-09-17 23:42 UTC, Jeremy Allison
vl: review+
jra: review? (metze)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Allison 2013-09-17 18:06:01 UTC
In the new SMB2 wrapper code there was a missing file close when querying EA's from a pathname.

Found at the SNIA SDC plugfest against an OEM server.

Patch to follow.

Jeremy.
Comment 1 Jeremy Allison 2013-09-17 23:42:28 UTC
Created attachment 9222 [details]
git-am fix from master for 4.1.0

git cherry-pick -x cdc280deb1e6f99ec9eae05d75bc1104448662ef
Comment 2 Karolin Seeger 2013-09-19 08:15:42 UTC
Pushed to autobuild-v4-1-test.
Comment 3 Karolin Seeger 2013-09-19 10:09:34 UTC
Pushed to v4-1-test.
Closing out bug report.

Thanks!