Revision: 29826
http://sourceforge.net/p/bibdesk/svn/29826
Author: hofman
Date: 2025-11-16 17:01:24 +0000 (Sun, 16 Nov 2025)
Log Message:
-----------
secure decoding of persistend outline items
Modified Paths:
--------------
trunk/bibdesk/BibPref_Export.m
Modified: trunk/bibdesk/BibPref_Export.m
===================================================================
--- trunk/bibdesk/BibPref_Export.m 2025-11-16 16:55:45 UTC (rev 29825)
+++ trunk/bibdesk/BibPref_Export.m 2025-11-16 17:01:24 UTC (rev 29826)
@@ -212,7 +212,7 @@
- (id)outlineView:(NSOutlineView *)ov itemForPersistentObject:(id)object
{
- return [NSKeyedUnarchiver unarchiveObjectWithData:object];
+ return [NSKeyedUnarchiver unarchivedObjectOfClass:[BDSKTreeNode class]
fromData:object error:NULL];
}
// return archived item
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit