1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-31 01:48:16 +03:00
Jeremy Allison 4566ee91b8 lib: talloc: Fix memlimit on pool realloc.
We only have to do the memlimit check before any
real malloc or realloc. Allocations out of a
memory pool have already been counted in the
memory limit, so don't check in those cases.

This is an application-visible change (although
fixing a bug) so bump the ABI to 2.3.1 -> 2.3.2.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14540

Signed-off-by: Jeremy Allison <jra@samba.org>
Signed-off-by: Arran Cudbard-Bell <a.cudbardb@freeradius.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2020-11-09 02:46:50 +00:00
..
2014-05-16 19:51:26 +02:00
2015-03-09 09:35:05 +01:00
2015-07-21 19:04:15 +02:00
2015-11-05 18:04:23 +01:00
2016-05-05 22:33:04 +02:00
2017-02-25 02:39:11 +01:00
2017-02-25 02:39:11 +01:00
2014-05-16 19:51:26 +02:00
2015-03-09 09:35:05 +01:00
2015-07-21 19:04:15 +02:00
2015-11-05 18:04:23 +01:00
2016-03-08 01:58:26 +01:00
2016-05-05 22:33:04 +02:00
2016-07-28 05:00:19 +02:00
2017-02-25 02:39:11 +01:00
2017-07-21 23:31:03 +02:00
2018-01-12 22:42:22 +01:00
2018-03-21 18:39:33 +01:00
2018-04-05 15:53:16 +02:00
2018-07-12 04:32:09 +02:00
2019-01-15 11:28:13 +01:00
2019-02-26 10:39:24 +01:00
2019-03-21 04:06:16 +00:00
2019-07-22 22:20:25 +00:00
2019-11-18 10:11:41 +00:00