Re: Problem within a MoreSecurity helper tool
Re: Problem within a MoreSecurity helper tool
- Subject: Re: Problem within a MoreSecurity helper tool
- From: John Andersson <email@hidden>
- Date: Fri, 23 Apr 2004 13:43:45 +0200
I'd be a little more worried about this, especially in a
security-related code. Can you set a breakpoint in
MoreSecExecuteRequestInHelperTool on the line:
if (fdChild != -1) {
I didnt manage to get my debugger to stop at that breakpoint, but I
printed each error to "stderr", and found out that -108 is coming from:
// Read the response back from the child.
if (err == noErr) {
err = CopyDictionaryFromDescriptor(fdParent, response);
}
I know too little of this too figure it out...
Does execl print its output to the helpertools "stdout", messing up the
"response" dict in MoreSecExecuteRequestInHelperTool?
If thats the case, is there a way to make execl print to "sterr"
instead?
Brg
/John
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.