XRevan86
XRevan86
Proper queries should not try to select attributes that are not wrapped in aggregate functions. This fixes an error on MariaDB with ONLY_FULL_GROUP_BY enabled.
``` tl-parser.c: In function 'tl_parse_args134': tl-parser.c:1907:21: error: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Werror=format-overflow=] sprintf (s, "%lld", lrand48 () * (1ll
As explained in https://github.com/Magisk-Modules-Alt-Repo/open_webview/issues/51#issuecomment-2558281854 `mktemp` doesn't work on all versions of Android as I previously expected. It can be fixed with the use of the `-p` argument, but at this...