mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
2615b079f0
If we use free(data.dptr) and then the subsequent tdb_open
fails in _reg_perfcount_get_counter_data() then data.dptr
is left as a non-zero pointer that has been freed. This would
cause it to be reused later on. Coverity bug #162.
Jeremy.
(This used to be commit
|
||
---|---|---|
.. | ||
reg_cachehook.c | ||
reg_db.c | ||
reg_dynamic.c | ||
reg_eventlog.c | ||
reg_frontend.c | ||
reg_objects.c | ||
reg_perfcount.c | ||
reg_printing.c | ||
reg_shares.c | ||
reg_util.c | ||
regfio.c |