| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \
| | | |
| | | |
| | | | |
c5f6629 epee: tighten the URL parsing regexp a little (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
fixes massive amounts of time spent on pathological inputs
Found by OSS-Fuzz
|
| |\ \ \
| |_|/
|/| |
| | | |
60bc676 epee: readline_buffer - fix thread safety, fix sync() after stop() (xiphon)
|
| | |/ |
|
| |/
|
|
| |
Fix empty RPATH token issue. Only affects Linux and FreeBSD.
|
| |\
| |
| |
| | |
5f228e4b7 Fix lgamma/signgam dependency (Howard Chu)
|
| | |
| |
| |
| |
| | |
This is a new indirect dependency due to the use of poisson_distribution,
introduced in PR#6354 commit 67ade8005
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
b641e0a2c Add clear method to byte_stream (Lee Clagett)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
05ad4fa39 epee: further defending against exceptions in command handlers (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
13eee1d6a rpc: reject wrong sized txid (moneromooo-monero)
92e6b7df2 easylogging++: fix crash with reentrant logging (moneromooo-monero)
6dd95d530 epee: guard against exceptions in RPC handlers (moneromooo-monero)
90016ad74 blockchain: guard against exceptions in add_new_block/children (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
86abf558c epee: Remove unused functions in local_ip.h (Jean Pierre Dudey)
|
| | |/
| |
| |
| | |
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
|
| |\ \
| | |
| | |
| | | |
85efc88c1 Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with unit test (koe)
|
| | |/
| |
| |
| | |
unit test
|
| |\ \
| | |
| | |
| | | |
76c16822d wallet2_api: implement runtime proxy configuration (xiphon)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
6111689cf cmake: allow custom openssl path on macOS (selsta)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
fb31167b1 Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command (rbrunner7)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
a07c8abcc Update expat.mk (ArqTras)
|
| | | | | |
|
| | |/ /
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | | |
72cdfa4a2 fix a few typos in error messages (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
Reported by adrelanos
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
8656a8c9f remove double includes (sumogr)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
5ef0607da Update copyright year to 2020 (SomaticFanatic)
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
Update copyright year to 2020
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
6d41d9e8 contrib: remove codefresh pipeline (selsta)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
91182330 snap: remove from repo (selsta)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
3721d56 epee: fix array underflow in unicode parsing (moneromooo-monero)
|
| | | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reported by minerscan
Also independently found by OSS-Fuzz just recently
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
78d435a rpc: don't display invalid json errors on default log level (moneromooo-monero)
|
| | | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
It's not something the user needs to know, and will display
attacker controlled data
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
15538f7 ByteSlice: Fix persisting ptr to std::moved SSO buffer (Doy-lee)
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The Bug:
1. Construct `byte_slice.portion_` with `epee::span(buffer)` which copies a pointer to the SSO buffer to `byte_slice.portion_`
2. It constructs `byte_slice.storage_` with `std::move(buffer)` (normally this swap pointers, but SSO means a memcpy and clear on the original SSO buffer)
3. `slice.data()` returns a pointer from `slice.portion_` that points to the original SSO cleared buffer, `slice.storage_` has the actual string.
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | | |
b73f4e7 [master]: Update gitian yml files (iDunk5400)
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
85164a8 epee: use memwipe rather than memset for md5 secrets (moneromooo-monero)
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
That's used by HTTP auth now
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
29e563b Fixed bugs for take_slice and byte_stream->byte_slice (vtnerd)
|