#136 VTKWriter buggy.
Metadata
Property | Value |
---|---|
Reported by | Robert K (robertk@posteo.org) |
Reported at | May 31, 2006 16:46 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Closed by | Robert K (robertk@posteo.org) |
Closed at | Jun 23, 2006 17:30 |
Closed in version | 1.0 |
Resolution | Fixed |
Comment | check iterator not equals end before next increment ;) |
Description
In the various increment methods of the VTKWriters Iterators::increment method the local variable git is incremented and dereferenced without checking if not equals end Iterator. Therefore at least with ALU3dGrid an error occurs. Before derefencing git, this should be checked.