Skip navigation.
 
mlRe: A bug in CFPropertyListCreateFromXMLData?
FROM : Ali Ozer
DATE : Tue Dec 17 18:53:38 2002

> I understand and agree that the CoreFoundation API does not check
> everything to be fast, etc... But I would think it could at least
> avoid crashing in this case.


Indeed this is one of those cases where the data does need to be
validated because it's possible for garbage data to come from the
outside world --- on bad data, the function should return an error. 
But not to say there aren't bugs or cases where bad data can sneak
through. It would be great if you could submit a bug with your bad data
file attached. Thanks,
Ali
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlA bug in CFPropertyListCreateFromXMLData? Stéphane Sudre Dec 17, 11:33
mlRe: A bug in CFPropertyListCreateFromXMLData? Ali Ozer Dec 17, 18:53