Y
Hacker News
new
|
ask
|
show
|
jobs
by
tsujamin
313 days ago
So long as you’re writing your smart contracts with a chisel, into a stone tablet, with no compilers or assemblers in sight!
1 comments
tkz1312
313 days ago
The bug was a simple segfault and did not result in the production of invalid or incorrect code.
link
saghm
312 days ago
Segfaults are the
lucky
case when you run into undefined behavior. The unlucky case is that you just get a program doing something different than what you intended without any clear indication that something went wrong.
link