Bug 6399 - [PATCH] File descriptor leak in source{3,4}/torture/smbiconv.c
Summary: [PATCH] File descriptor leak in source{3,4}/torture/smbiconv.c
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All All
: P3 trivial (vote)
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Andrew Bartlett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-23 08:56 UTC by Slava Semushin
Modified: 2009-05-25 09:20 UTC (History)
0 users

See Also:


Attachments
Fix for file descriptor leak in source{3,4}/torture/smbiconv.c (1.42 KB, patch)
2009-05-23 08:57 UTC, Slava Semushin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Slava Semushin 2009-05-23 08:56:12 UTC
Hello!

smbiconv doesn't close file when we use -o option with filename.
Comment 1 Slava Semushin 2009-05-23 08:57:10 UTC
Created attachment 4195 [details]
Fix for file descriptor leak in source{3,4}/torture/smbiconv.c

Proposal fix.
Comment 2 Volker Lendecke 2009-05-25 09:20:31 UTC
Pushed with 5d2cd816459, thanks!

Volker