Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

BufferObject == null causes segfault #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Like the subject says:

String A="a string;
if (A == null) {}

program segfaults.

Maybe implement oper ==() and return false if other is null

Original issue reported on code.google.com by Conrad.S...@gmail.com on 8 Jan 2012 at 3:09

GoogleCodeExporter commented 9 years ago
Fixed in formatter branch

Original comment by Conrad.S...@gmail.com on 11 Jan 2012 at 10:09

GoogleCodeExporter commented 9 years ago
Also fixed in 0.6.1 branch, rev 1f4c24581747

Original comment by mmul...@google.com on 13 Jan 2012 at 3:25