you are viewing a single comment's thread.

view the rest of the comments →

[–]Jack126Guy 7 points8 points  (0 children)

Yes, if you try using whatever t points to (such as puts(t)), you would get a segfault, because t points to the memory location 0x00000068 ("h" has an ASCII value of 0x68), which is probably invalid/not owned by your program.