cling/lib
Jonas Hahnfeld b1db1932ef Try to avoid crashes in llvm::identify_magic (#11174)
The overload taking a path opens the file and then mmap its contents.
This can cause bus errors when another process truncates the file
while we are trying to read it. Instead just read the first 1024 bytes,
which should be enough for identify_magic to do its work.
2022-08-12 14:29:05 +02:00
..
Interpreter Try to avoid crashes in llvm::identify_magic (#11174) 2022-08-12 14:29:05 +02:00
MetaProcessor .typedef: separate underlying and type alias name by space. 2022-04-26 14:14:02 +02:00
UserInterface Do not segfault when root_hist has zero lines 2020-08-18 16:09:42 +02:00
Utils Use logical operators for boolean operands (#10787) 2022-07-27 11:44:07 +02:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00