xienwolf
Deity
Was a DLL based fix, so unless FFlat is distributing a DLL with the patches (might be, since he had included some hotfixes before FF released them as a patch) you should have gotten the fix. If he is releasing a DLL with patches, then it is most likely out of date.
OOS issues are fairly tricky to track down, unless you are lucky and someone used "Active" calls somewhere, those are generally dead giveaways for OOS. About the best you can hope for is a repeatable (or easily reproducible) OOS trigger, then start cutting chunks of code and hoping you make it go away. Then narrow down the size of your cuts till you isolate a single line (or function) and then rewrite it until you solve the issue.
OOS issues are fairly tricky to track down, unless you are lucky and someone used "Active" calls somewhere, those are generally dead giveaways for OOS. About the best you can hope for is a repeatable (or easily reproducible) OOS trigger, then start cutting chunks of code and hoping you make it go away. Then narrow down the size of your cuts till you isolate a single line (or function) and then rewrite it until you solve the issue.