| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
6ed1679b prep for 0.14.1 release (Riccardo Spagni)
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
NULL is valid when size is 0, but memcpy uses nonnull attributes,
so let's not poke the bear
|
| | |
| |
| |
| | |
just in case
|
| | |
| |
| |
| |
| |
| | |
Large amounts might run out of stack
Reported by guidov
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
When asking for txes in a fluffy transaction, one might ask
for the same (large) tx many times
|
| | |
| |
| |
| | |
Count transactions as well
|
| |/
|
|
|
|
|
|
|
|
| |
Essentially, one can send such a large amount of IDs that core exhausts
all free memory. This issue can theoretically be exploited using very
large CN blockchains, such as Monero.
This is a partial fix. Thanks and credit given to CryptoNote author
'cryptozoidberg' for collaboration and the fix. Also thanks to
'moneromooo'. Referencing HackerOne report #506595.
|
| |\
| |
| |
| |
| |
| | |
4cff925 p2p: fix GCC 9.1 crash (monermooo-monero)
f47488c Fix GCC 9.1 build warnings (moneromooo-monero)
ce13a98 cmake: do not use -mmitigate-rop on GCC >= 9.1 (moneromooo-monero)
|
| | |
| |
| |
| | |
GCC wants operator= aand copy ctor to be both defined, or neither
|
| | | |
|
| |/
|
|
| |
issue: #5568
|
| |\
| |
| |
| | |
b7a96a08 core: update pruning if using --prune-blockchain on a pruned blockchain (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
Avoids a massive amount of spurious warnings if the last update before
the daemon exited was a while ago and the daemon was syncing
|
| |\ \
| | |
| | |
| | |
| | | |
a663ccba blockchain: do not try to pop blocks down to the genesis block (moneromooo-monero)
8f2a99d8 core: do not commit half constructed batch db txn (moneromooo-monero)
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
4456a4b9 Fix allow any cert mode in wallet rpc when configured over rpc (Lee Clagett)
fafc5c36 Add ssl_options support to monerod's rpc mode. (Lee Clagett)
ce73cc3a Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works. (Lee Clagett)
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
b6830db2 Fix #5553 (Howard Chu)
|
| | |
| |
| |
| | |
Make sure the tip hash still matches the cached block
|
| | |
| |
| |
| |
| | |
also add a note when receiving the tx, because the user
might not notice the "XXX blocks to unlock" in the balance.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
3f612cda Changed odd bullet point to low level header (Rohaq)
af9bc4ec Used subeaders to avoid slightly wonky looking formatting (Rohaq)
1873af35 Made code block usage consistent across all .md files (Rohaq)
68103075 Updated Copyright notice (Rohaq)
39bd157f Added Table of Contents to main README.md (Rohaq)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
e1016bce password: do not use line input on windows (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
This keeps its builtin command editing away
Thanks iDunk for testing on Windows
|
| |\ \
| | |
| | |
| | | |
615f287 wallet: fix certificate fingerprint length check (moneromooo-monero)
|
| | |/
| |
| |
| | |
Fixed by crCr62U0
|
| |\ \
| | |
| | |
| | | |
46244dd wallet_rpc_server: use original addresses in destinations in get_transfers (moneromooo-monero)
|
| | |/
| |
| |
| | |
And add them for pending transfers, where they were missing
|
| |\ \
| | |
| | |
| | | |
1e8f3f6 rpc: fail update RPC when running offline (moneromooo-monero)
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
d47292e error: fix compile error on windows with depends (moneromooo-monero)
|
| | |
| |
| |
| | |
state_not_recoverable is not defined there
|
| |\ \
| | |
| | |
| | | |
e9809382 fix wide difficulty conversion with some versions of boost (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
1c44e658 wallet2: reject standalone short payment IDs in monero: URI API (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
7e5158aa mnemonics: fix 4 byte UTF-8 rewriting (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
ccc1e311 wallet_rpc_server: reject standalone short payment id in address book (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
b4ca72dd wallet2: fix infinite loop picking outputs in corner case (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
If we have fewer outputs available on the chain than what we
require, but the output we're spending already has a ring,
it would loop picking outputs randomly, but never find enough.
Also tune logs for better debugging this kind of thing.
|
| |\ \
| | |
| | |
| | | |
a4c4a2d8 blockchain: keep a rolling long term block weight median (moneromooo-monero)
|