Bug 5840 - rpcclient memory corruption
Summary: rpcclient memory corruption
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: User & Group Accounts (show other bugs)
Version: 3.2.3
Hardware: x86 Linux
: P3 normal
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-22 05:29 UTC by Alexandr
Modified: 2008-10-22 07:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr 2008-10-22 05:29:19 UTC
After normal connection to workstation with rpcclient command:
lsaaddacctrights S-1-1-0 SeInteractiveLogonRight
produced error:
*** glibc detected *** malloc(): memory corruption: 0x803f26c0 ***

Though command:
lsaremoveacctrights S-1-1-0 SeInteractiveLogonRight
work correctly.
Comment 1 Volker Lendecke 2008-10-22 07:25:09 UTC
I've checked in http://git.samba.org/?p=samba.git;a=commitdiff;h=79222e476ed, this fixes it for me.

Thanks for reporting that, please re-open if that patch does not fix it.

Volker