I have read at many places that string buffer overrun can create problems like adding malicious code or can be easily hacked. But string resides in BSS part and how it can affect code section.
Secondly, even if string is not overrunning, still it can be seen via hex editors, so can't they be equally dangerous?
Thanks.