ObjFW  Check-in [7b7250a0ba]

Overview
Comment:Autorelease the return value of -[unicodeString] and include a BOM.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7b7250a0ba23ed28babc50daa5f5d468f86a410ed4ef47d6cc5cee99a5b18a5e
User & Date: js on 2011-05-01 23:58:26
Other Links: manifest | tags
Context
2011-05-02
13:01
Don't free ret in -[unicodeString] as it is autoreleased now. check-in: 3a1cd610ed user: js tags: trunk
2011-05-01
23:58
Autorelease the return value of -[unicodeString] and include a BOM. check-in: 7b7250a0ba user: js tags: trunk
23:42
Fix a possible out-of-bounds read in -[OFString unicodeString]. check-in: 9d25dacab1 user: js tags: trunk
Changes