Context Free will crash if it attempts to render an empty path.
E.g.
startshape EMPTY[]
path EMPTY
{
}
Will crash the program and cause you to lose unsaved data. Opening a file with an empty PATH will cause the program to crash as well.
Discovered with the latest Context Free on Windows 8.1.
Empty path crashes Windows GUI version
Moderators: MtnViewJohn, chris, mtnviewmark
- MtnViewJohn
- Site Admin
- Posts: 882
- Joined: Fri May 06, 2005 2:26 pm
- Location: Mountain View, California
- Contact:
Re: Empty path crashes Windows GUI version
It's a null pointer dereference.