Even Rouault

Results 1301 comments of Even Rouault

@dotMorten is there still any interest in this ?

> * so having "execute in reverse" is a better approach what is better or not is a master of taste, but it is indeed more straightforward as implementation. That...

@MaxKellermann any comment on this as you initiated the fuzzers directory ?

I believe I understand the root of the misunerstanding between @0x34d and @MaxKellermann . If I understand well, the original work by @MaxKellermann resulted in a standalone fuzzer binary using...

superseded per https://github.com/MapServer/MapServer/pull/6636

> I'm not sure why the `p->numargs + 1` adds one to the index as `numargs` in this case is already 2 because we allocate args to be p->numargs +...

> Checking the value of `args[2]` always shows as NULL extremely weird! Would there be some crazy compiler optimization assuming that the cast from const char* to char* is illegal,...

> Interestingly, if I go back to a debug build and step through with a debugger `resetClassStyle` is never called.. I'm pretty sure that it is not called, even here......

> Do you know if you are using pthreads for your mutex? using std::thread requires linking the code with -lpthread. Apparently the std::mutex implementation on Linux / gcc also uses...

I don't really see the benefit of bending CMake to implement that. The fact that autotools did static & dynamic at the same time is rather arbitrary. Why didn't it...