-
Following runs a (seemingly) infinite number of queries to the solver. Related https://github.com/ethereum/hevm/issues/434
Definitely some bug. Change the `testEnv` to have more debug and we get a …
-
**_Reported by Javier B Perez:_**
https://logs.zephyrproject.org/production/vex-yul-zep-jenkins-1/zephyr-verify/
Builds:
10955, 11000, 11055
```
tc_start() - Test Nanokernel CPU and thread rout…
-
```
Add RTCP Support to Rtp Channel
```
Original issue reported on code.google.com by `oifa.yul...@gmail.com` on 29 Oct 2012 at 1:33
- Blocking: #112
-
```
Add peer to peer ( no mixing ) video support
```
Original issue reported on code.google.com by `oifa.yul...@gmail.com` on 28 Nov 2012 at 12:22
-
```
TLS is not allowed in transports list
Also multiple entities are not allowed for same ip address.
Diff file is attached
```
Original issue reported on code.google.com by `oifa.yul...@gmail.com` o…
-
```
Add RTP/AVPF Support to RTP Data Channel
```
Original issue reported on code.google.com by `oifa.yul...@gmail.com` on 29 Oct 2012 at 1:34
- Blocking: #93
-
**_Reported by Javier B Perez:_**
https://logs.zephyrproject.org/production/vex-yul-zep-jenkins-1/zephyr-verify/
Builds:
11029, 11078, 11099
```
tc_start() - Test Nanokernel Timer
Task testing…
-
0x52
high
# Adversary can overwrite function selector in _patchAmountAndCall due to inline assembly lack of overflow protection
## Summary
When using inline assembly, the standard [overflow/underfl…
-
Came up with https://github.com/ethereum/solidity/issues/12930.
Currently for
```
function f(bool cond) external pure returns (uint256 x) {
return cond ? 1 : 0;
…
-
## Issue
The Truffle documentation, as best I can tell, makes hardly any mention of the fact that Truffle can be used with Vyper, and it says very little about how to do it.
Now, to a substantia…