everything411
everything411
Confirmed that WMF Player is not working properly with the new window layout, while mpv, vlc, cef and webview2 all work well. I've checked the window styles among these different...
Arch also enables -D_FORITFY_SOURCE=3 now and rtorrent crashes on Arch too.
_FORTIFY_SOURCE=3 enables execution time object size check, see https://www.gnu.org/software/libc/manual/html_node/Source-Fortification.html. `snprintf(buf + strlen(buf), 255, ":+%i\n", getpid());` cannot pass the check because `buffer_length_of(buf + strlen(buf)) < 255` and the program is aborted...
@Kaname6669 this is virus