Tilka
Tilka
Not sure if this is a new feature, but add-symbol-file also supports the -o option which adds an offset to every section.
Just realized that older versions of AXWii have slightly different filter code. EDIT: It's a high-pass filter.
This line in `ngx_http_auth_ldap_connect()` may divide by zero: ```c++ addr = &c->server->parsed_url.addrs[ngx_random() % c->server->parsed_url.naddrs]; ```
Does this help? Thread Sanitizer output ``` WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock) (pid=57503) Cycle in lock order graph: M577962520504885248 (0x000000000000) => M3412 (0x55d9a8fe3758) => M577962520504885248 Mutex M3412 acquired here while...
@vyuuui A very welcome addition! Could you add license headers to all the new files, please? Just copy-paste from an existing file and replace the year.
Looks good so far. The tricky bit that might warrant a format change is that all memory updates collected while executing a display list get recorded with the same primary...
No, I only found this two days ago. The inverse DCT code has four code paths that are chosen depending on how many coefficients are zero. There are two bugs:...
Second bug can also be fixed in-place. Here is an example patch for Ben 10 Omniverse 2 (from which the second screenshot above was taken): ``` [OnFrame] $Fix second THP...
Added a fix for another video decoder bug, this time in VP6. It affects at least the following games: * FIFA Soccer 06 * FIFA Soccer 07 * FIFA Street...
Rebased and added some comments.