mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

Non-terminated C strings followed by uninitialized bytes give incorrect errors. #44

Closed mheinsen closed 8 years ago

mheinsen commented 11 years ago

At the moment these are recorded as passing a pointer to uninitialized data, whereas they should be recorded as non-terminated C strings.