You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function getAttributeString() in sqUnixMain.c has, since end of March 2025, a C preprocessor (cpp) variable OLD_1002_ATTRIBUTE.
When set, the old code that returns VM_TARGET_OS is used.
If not set, the function will do a malloc() and allocate space from the heap to store the platform dependent results from uname() as defined by the operating system in <sys/utsname.h>.