mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
5db731d899
was 'rpcclient -c "enumprinters 2"' with 4000 printers. At some point this
completely exploded in memory usage. For every string we talloc'ed memory up
to the end of the buffer. -> O(n^2).
This survives valgrind with this number of printers. It might also have
influence on winbind with a large number of users.
All those who dare to look at samba3 rpc code, could you please take a look? I
know this is a burden, but I would like comments ;-)))
Volker
(This used to be commit
|
||
---|---|---|
.. | ||
parse_dfs.c | ||
parse_ds.c | ||
parse_echo.c | ||
parse_lsa.c | ||
parse_misc.c | ||
parse_net.c | ||
parse_prs.c | ||
parse_reg.c | ||
parse_rpc.c | ||
parse_samr.c | ||
parse_sec.c | ||
parse_shutdown.c | ||
parse_spoolss.c | ||
parse_srv.c | ||
parse_wks.c |