View Issue Details

IDProjectCategoryView StatusLast Update
0003040unrealmodule apipublic2006-08-29 07:00
ReporterTrocotronic Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionopen 
PlatformAMD K6 32bitsOSWindows XP ProfessionalOS VersionSP2
Product Version3.2.6 
Fixed in Version3.2.6 
Summary0003040: CALLBACKTYPE_CLOAK_EX is never called
Descriptionif (RCallbacks[CALLBACKTYPE_CLOAK_EX])
        mask = RCallbacks[CALLBACKTYPE_CLOAK]->func.pcharfunc(sptr, host);
    else
        mask = RCallbacks[CALLBACKTYPE_CLOAK]->func.pcharfunc(host);

should be RCallbacks[CALLBACKTYPE_CLOAK_EX]->func.pcharfunc(sptr, host);
TagsNo tags attached.
3rd party modules

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2006-08-27 07:52 Trocotronic New Issue
2006-08-29 07:00 syzop Status new => resolved
2006-08-29 07:00 syzop Fixed in Version => 3.2.6
2017-01-06 15:48 syzop Category module => module api