ClickHouse/base/harmful
Azat Khuzhin 6dba945a2e untrap setenv() call (used for timezone)
This will also fix integrity check (#18811), the reason it does not pops
up on CI during PR testing because CI does not set
YANDEX_OFFICIAL_BUILD, while it does set it for commits merged into
upstream commits, and hence once it was merged the special build was
failed.

Follow-up for: #16366
2021-01-08 15:26:35 +03:00
..
CMakeLists.txt Apply harmful library only for clickhouse binary 2020-12-17 06:45:46 +03:00
harmful.c untrap setenv() call (used for timezone) 2021-01-08 15:26:35 +03:00
README.md Add "harmful" library 2020-10-28 02:00:16 +03:00

A library that traps whenever harmful functions from libc are called.