Y
Hacker News
new
|
ask
|
show
|
jobs
by
on_the_train
256 days ago
> You can change one part of the code, and it will introduce bugs in the whole project because of how the memory is handled
Why would it do that?
1 comments
keanb
256 days ago
I suppose because it will start writing in memory that is handled by other parts of the code and corrupting it.
link
on_the_train
255 days ago
That is an incredibly general statement at best. And reeks a bit of ancient c++ style. This bug would be pretty exotic and nothing I have ever seen in my life.
link