ClickHouse/dbms
Marek Vavruša e2a8526990 ZooKeeper: fixed stack smashing with tryGet()
The tryGet() operation creates a 1MB buffer on stack. This may or
may not work depending on the default stack size for threads,
whether the stack protector is enabled or not, recursion depth,
and the actual value size.

This is probably going to slow down some ZK operations, but I don't
see how else this could work reliably with the existing API.
2017-10-18 15:13:42 -07:00
..
benchmark Fool's day changed, continued [#CLICKHOUSE-3]. 2017-04-05 14:52:23 +03:00
cmake Auto version update to [54300] 2017-10-16 13:49:50 +03:00
scripts Fool's day changed, continued [#CLICKHOUSE-3]. 2017-04-05 14:52:23 +03:00
src ZooKeeper: fixed stack smashing with tryGet() 2017-10-18 15:13:42 -07:00
tests Fix SummingMergeTree argument checking logic. 2017-10-13 15:42:32 +03:00
CMakeLists.txt dbms: Fix build with clang after Poco update 2017-10-13 18:26:24 -07:00