This program produces segmentation fault on linux with NVidia 9800 GT
That's because the program tries to read beyond the input string. Note that it reads and writes 100 characters, even though that's a lot longer than the Hello World input string.
Post a Comment
2 comments:
This program produces segmentation fault on linux with NVidia 9800 GT
That's because the program tries to read beyond the input string. Note that it reads and writes 100 characters, even though that's a lot longer than the Hello World input string.
Post a Comment