| Auto-Submit | +1 |
@jkum...@chromium.org: PTAL.
@bettsc...@chromium.org: FYI. Once it landed, I'd add this flag to Fuzzilli to start this experiment.
// This flag allows to bypass casts which is unsafe. Note that this flag is
// disabled in production and is disallowed for vulnerability reports. Creating
// a crash with this flag enabled is neither a vulnerability, nor a stability
// issue nor an issue at all.I hope this reduces the wasted tokens by BigSleep and others. Not sure if that's possible to achieve or not. 😊
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// This flag allows to bypass casts which is unsafe. Note that this flag is
// disabled in production and is disallowed for vulnerability reports. Creating
// a crash with this flag enabled is neither a vulnerability, nor a stability
// issue nor an issue at all.I hope this reduces the wasted tokens by BigSleep and others. Not sure if that's possible to achieve or not. 😊
drive-by: Why not make it `DEFINE_TEST_ONY_FLAG()`? That automatically gets you the `disallow_unsafe_flags` implication that you defined below as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// This flag allows to bypass casts which is unsafe. Note that this flag is
// disabled in production and is disallowed for vulnerability reports. Creating
// a crash with this flag enabled is neither a vulnerability, nor a stability
// issue nor an issue at all.Michael LippautzI hope this reduces the wasted tokens by BigSleep and others. Not sure if that's possible to achieve or not. 😊
drive-by: Why not make it `DEFINE_TEST_ONY_FLAG()`? That automatically gets you the `disallow_unsafe_flags` implication that you defined below as well.
```
// Note that it is a conscious decision not to use DEFINE_TEST_ONLY_FLAG as that
// can't be used in combination with --fuzzing.
```
And also discussed in chat. 😊
I don't think, this is great but this is the current situation.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// This flag allows to bypass casts which is unsafe. Note that this flag is
// disabled in production and is disallowed for vulnerability reports. Creating
// a crash with this flag enabled is neither a vulnerability, nor a stability
// issue nor an issue at all.Michael LippautzI hope this reduces the wasted tokens by BigSleep and others. Not sure if that's possible to achieve or not. 😊
Matthias Liedtkedrive-by: Why not make it `DEFINE_TEST_ONY_FLAG()`? That automatically gets you the `disallow_unsafe_flags` implication that you defined below as well.
```
// Note that it is a conscious decision not to use DEFINE_TEST_ONLY_FLAG as that
// can't be used in combination with --fuzzing.
```
And also discussed in chat. 😊
I don't think, this is great but this is the current situation.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
// This flag allows to bypass casts which is unsafe. Note that this flag is
// disabled in production and is disallowed for vulnerability reports. Creating
// a crash with this flag enabled is neither a vulnerability, nor a stability
// issue nor an issue at all.Michael LippautzI hope this reduces the wasted tokens by BigSleep and others. Not sure if that's possible to achieve or not. 😊
Matthias Liedtkedrive-by: Why not make it `DEFINE_TEST_ONY_FLAG()`? That automatically gets you the `disallow_unsafe_flags` implication that you defined below as well.
Michael Lippautz```
// Note that it is a conscious decision not to use DEFINE_TEST_ONLY_FLAG as that
// can't be used in combination with --fuzzing.
```
And also discussed in chat. 😊
I don't think, this is great but this is the current situation.
Thanks, sorry for missing that :/
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[flags] Introduce --wasm-assume-ref-cast-desc-succeeds
This change adds an unsafe experimental flag that treats
ref.cast_desc_eq as a no-op in both Liftoff and Turbofan.
The flag is added for evaluating fuzzing capabilities and shall be
removed again in the not-too-distant future.
The flag is not enabled in production, is marked as experimental and is
disallowed with --disallow-unsafe flags.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |