Coder Social home page Coder Social logo

theiostream / corebase Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnustep/libs-corebase

2.0 2.0 0.0 1.22 MB

Home Page: https://github.com

License: GNU General Public License v3.0

Makefile 0.18% Objective-C 26.90% C 70.51% C++ 1.38% M 0.29% M4 0.74%

corebase's People

Contributors

ivucica avatar

Stargazers

 avatar  avatar

Watchers

 avatar

corebase's Issues

CFPropertyList is broken

CFPropertyList is broken in many levels. We should:

  • Support XML decoding forwarding the call to Base.
  • Support proper toll-free bridging between CFReadStream and NSPropertyListSerialization, which is broken.
  • Fix so many issues in the OpenSTEP parser, like quoted strings and some other things that still need investigation. (Base seems to suffer from some of these issues as well).

The UTI plist can reproduce all of these issues.

CFArrayCreateCopy() crashes

Calling CFArrayCreateCopy() (indirectly CFArrayGetValues() possibly, but not sure) ends up over-releasing the source values, so when they get to a CFArrayCreate() call they've already been deallocated and we crash when we try to retain them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.