1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-15 04:32:21 +00:00
ton/crypto/fift
Aleksandr Kirsanov 2da85a646c
[FunC] Fix an issue of funcfiftlib.wasm which truncated long fif output
As it turned out, PSTRING() created a buffer of 128K.
If asm_code exceeded this buffer, it was truncated.
I've just dropped PSTRING() from there in favor of std::string.
2024-06-14 15:22:59 +03:00
..
lib Add DUEPAYMENT and some others + small fixes of new opcodes (#881) 2024-01-29 16:38:42 +03:00
Continuation.cpp Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
Continuation.h Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
Dictionary.cpp Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
Dictionary.h Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
fift-main.cpp Change fift path separator for FIFTPATH and -I argument (#1014) 2024-06-07 18:50:11 +03:00
Fift.cpp Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
Fift.h integrating the existing state of TON Storage / TON Payments / CPS Fift development branches 2020-05-27 22:10:46 +04:00
HashMap.cpp Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
HashMap.h Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
IntCtx.cpp Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
IntCtx.h Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
SourceLookup.cpp bugfixes 2020-04-10 23:06:01 +04:00
SourceLookup.h bugfixes 2020-04-10 23:06:01 +04:00
utils.cpp [FunC] Fix an issue of funcfiftlib.wasm which truncated long fif output 2024-06-14 15:22:59 +03:00
utils.h integrating the existing state of TON Storage / TON Payments / CPS Fift development branches 2020-05-27 22:10:46 +04:00
words.cpp Various changes in TVM, github builds and tests (#793) 2023-11-03 14:43:34 +03:00
words.h integrating the existing state of TON Storage / TON Payments / CPS Fift development branches 2020-05-27 22:10:46 +04:00