Skip to content

Potentially unsafe code in UPCRPCFileUtils.pas #251

@SkybuckFlying

Description

@SkybuckFlying

Exception handling not in place.

initialization
TRPCProcess.RegisterProcessMethod('save-safebox-stream',TRPCFileUtils.SaveAsSafeboxStream);
TRPCProcess.RegisterProcessMethod('save-safebox-abstractmem',TRPCFileUtils.GenerateNewAbstractMemSafebox);
TRPCProcess.RegisterProcessMethod('abstractmem-stats',TRPCFileUtils.AbstractMemStats);
finalization
TRPCProcess.UnregisterProcessMethod('save-safebox-stream');
TRPCProcess.UnregisterProcessMethod('save-safebox-abstractmem');
TRPCProcess.UnregisterProcessMethod('abstractmem-stats');
end.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions