Bug 7182 - uninitialized variable in rpcclient wkssvc enumeratures
Summary: uninitialized variable in rpcclient wkssvc enumeratures
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: 3.5.0rc3
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 13:11 UTC by Guenther Deschner
Modified: 2010-03-01 04:21 UTC (History)
0 users

See Also:


Attachments
patch that has been pushed to master (1.02 KB, patch)
2010-02-25 13:11 UTC, Guenther Deschner
vl: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guenther Deschner 2010-02-25 13:11:03 UTC
rpcclient/cmd_wkssvc.c: In function 'cmd_wkssvc_enumerateusers':
rpcclient/cmd_wkssvc.c:193: warning: 'user' may be used uninitialized in this function
Comment 1 Guenther Deschner 2010-02-25 13:11:55 UTC
Created attachment 5423 [details]
patch that has been pushed to master
Comment 2 Volker Lendecke 2010-02-25 22:40:03 UTC
Comment on attachment 5423 [details]
patch that has been pushed to master

Ack
Comment 3 Karolin Seeger 2010-03-01 04:21:22 UTC
Picked for 3.5.0 as this might be a potential segfault.
Closing out bug report.

Thanks!