-
BiasedMerc
medium
# ZivoeYDL::distributeYield() will revert if protocolRecipients recipients length is smaller than residualRecipients
## Summary
`ZivoeYDL::distributeYield` incorrectly accesses `…
-
It looks like cppyy might not correctly handle the `enum` namespace.
This code:
```
import cppyy
cppyy.cppdef('''
enum foo { FOO };
void foo() {}
void bar( enum foo f)…
cgdae updated
2 years ago
-
Hello,
I'm trying to move some email from other accounts into my proton account using Thunderbird / Evolution through proton-bridge 3.11.0.
For some emails I get the following error:
ERRO…
-
I'm building a model using only pt/walk and getting the following:
2020-04-28 23:59:36,127 ERROR MatsimRuntimeModifications:54 Getting uncaught Exception in Thread main
java.lang.RuntimeException:…
-
- [x] Checked for duplicates
### Describe the bug
Cppyy can bind python callbacks, but not when an argument with a namespace is used.
### Expected behavior
I can define a callback signature wi…
-
```
import cppyy
code = """
using type = std::byte; // or any other enum smaller than 4 bytes
type x{};
char a[4] = {1,2,3,4};
"""
cppyy.cppdef(code)
print(hex(cppyy.gbl.x))
```
result is
`…
-
We have tried to follow the [ #004 ] - Cookbook guide https://wiki.geant.org/pages/viewpage.action?pageId=148084243 and we have the following 2 problems:
Problem 1: Launching the command ./pcapInt.…
-
One of the main incompatibilities between Metadata 1.0 and Aardvark is the Is Part Of field. In the 1.0, this was a string value. In Aardvark, this is an ID that is read by the GeoBlacklight applicat…
-
Hi, I'm trying to run a DRT scenario but I get this error. I also attached the run class so that may help in solving the problem. Thank you.
2020-06-05 01:58:35,840 ERROR AbstractMultithreadedMod…
-
SilverChariot
medium
# Time calculation issues with exponential decay
## Summary
[OCE_ZVE](https://github.com/sherlock-audit/2024-03-zivoe/blob/main/zivoe-core-foundry/src/lockers/OCE/OCE_ZVE.sol) …