solana-program-library/binary-option/program/src
zhaogang 8922d20697
binary-option: Fixed three integer overflows (#3121)
* Fixed three integer overflows in binary-option

* Update binary-option/program/src/state.rs

Change error type to AmountOverflow.

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
2022-12-09 00:17:55 +01:00
..
entrypoint.rs Use target_os instead of target_arch for Solana conditional compilation (#3148) 2022-05-17 12:25:24 -07:00
error.rs binary-option: Fixed three integer overflows (#3121) 2022-12-09 00:17:55 +01:00
instruction.rs Binary Option (#2056) 2021-08-02 16:18:25 -05:00
lib.rs clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
processor.rs binary-option: Fixed three integer overflows (#3121) 2022-12-09 00:17:55 +01:00
spl_utils.rs Binary Option (#2056) 2021-08-02 16:18:25 -05:00
state.rs binary-option: Fixed three integer overflows (#3121) 2022-12-09 00:17:55 +01:00
system_utils.rs Binary Option (#2056) 2021-08-02 16:18:25 -05:00
validation_utils.rs Binary Option (#2056) 2021-08-02 16:18:25 -05:00