Content
@
0 reply
0 recast
0 reaction
gilbert
@0xgib
Solana programs do not have overflow/underflow checks on by default. You must enable them by setting `overflow-checks = true` in your Cargo.toml
1 reply
0 recast
0 reaction
maurelian
@maurelian.eth
is this setting acting at the vm or the source code layer?
1 reply
0 recast
1 reaction
gilbert
@0xgib
it's acting at the rust compiler level, so that would be the source code layer
0 reply
0 recast
1 reaction