Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #68782: resolves pdbedit -L segfaults (setsampwent frees results before ever using them) for
bug #106457
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 106457
| Differences between
resolves add user problem(missing fields in INSERTs) and UPDATE problem(missing where clause due to bug in talloc)
and this patch
Collapse All
|
Expand All
(-)
samba-3.0.20/source/passdb/pdb_pgsql.c (-2 lines)
Lines 231-238
Link Here
231
}
231
}
232
232
233
talloc_free(query);
233
talloc_free(query);
234
if ( data->pwent != NULL )
235
PQclear( data->pwent ) ;
236
return retval ;
234
return retval ;
237
}
235
}
238
236
Return to
bug 106457