jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

String class does no error checking (for out-of-memory / null buffer). #286

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We need to figure out a good strategy for what to do when the buffer can't be 
allocated.  Maybe just make all the functions do nothing?

Original issue reported on code.google.com by dmel...@gmail.com on 10 Jul 2010 at 9:10

GoogleCodeExporter commented 8 years ago
This is fixed for the functions that write to the string, but not the ones that 
read from it.

Original comment by dmel...@gmail.com on 25 Aug 2010 at 5:55