Walt Karas
Walt Karas
This change has been running in Yahoo prod for about two weeks. It stopped memory corruption that was previously causing frequent crashes.
> Other functions around this function use `ink_strlcpy`. Doing a different thing just for this case doesn't look like a right way. Can the other functions have similar issue and...
Why would we want to leave the crash in 9.x?
Is 9.1.x no longer supported (with maintenance releases)?
Is the problem you are seeing different from this one? https://the-asf.slack.com/archives/CHQ1FJ9EG/p1706825958698989
[approve ci]
My development environment is in a x86_64, RHEL8(-ish, Yahoo kernel mods) container in the Yahoo internal cloud. The autotools ./configure detects it as supporting 128 bit CAS. cmake detects in...
-Djemalloc_ROOT=xxx doesn't seem to be working. update: It works when combined with -DENABLE_JEMALLOC=ON .
Some Catch unit tests are missing in the CMake build: wkaras ~/REPOS/TS O$ cat ~/find_catch CML=$( find . -name CMakeLists.txt ) LAST='___NONE___' grep -l -F CATCH_CONFIG_MAIN $( find . -name...
It looks like there may be over 200 c/cpp/cc file that appear in a Makefile.am or Makefile.inc file, but not in a CMakeLists.txt file. I will work on addressing this.