[Bug c++/34362] Segmentation fault while using array of character pointers.
--- Comment #2 from stevekoe at hotmail dot com 2007-12-10 19:47 --- Thank you. -- stevekoe at hotmail dot com changed: What|Removed |Added Status|RESOLVED
[Bug c++/34362] Segmentation fault while using array of character pointers.
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-06 17:06 --- scanf does not initiale the pointers. You just have some random pointer values passed to scanf. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added