Sergey Podobry

Results 151 comments of Sergey Podobry

Oh, that's an interesting finding. I think it's better to fix the original allocation loop. Random allocation can be more than 2GB away. By the way, do you have a...

Yes, the bug is clear. The allocation loop starts from the module base and goes up and down symmetrically. If it hits a memory limit from high or below then...

What API are you trying to hook? Can you post its prologue from disasm?

Thanks for the report! We'll check it.

Interesting, however it alters already existing behavior. Could you describe your use case? Maybe it can be solved in a backward-compatible way?

@AeroSW Could you elaborate on the issue? What's not working?

Ok. Then I assume the issue can be closed. I've updated the CI script to be sure it builds with gtest 1.8.1-1.15.2 on gcc/clang/msvc.

Hi @et-nik, Unfortunately `::` symbol breaks variable name generation in C++ macro. So it's not easy to fix. You can use the following approach with `using namespace foo` in anonymous...

Hi @Chandra123539 , `gmock-global` can't magically replace existing functions, it can only create new ones. So you have to create a mechanism for function replacement by yourself. You can set...