Bug 1642638 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

OSS-Fuzz had found an assertion crash: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22960

On first glance it looks like the assertion just needs to be relaxed, since the server is checking data written by itself, but I haven't done a thorough analysis.

To reproduce build nss with `./build.sh --fuzz --asan` and run `LD_LIBRARY_PATH=../dist/Debug/lib/ nssfuzz-tls-server testcase`.

Reported-2020-06-02
Disclosure ~2020-09-02
OSS-Fuzz had found an assertion crash: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22960

On first glance it looks like the assertion just needs to be relaxed, since the server is checking data written by itself, but I haven't done a thorough analysis.

To reproduce build nss with `./build.sh --fuzz=tls --asan` and run `LD_LIBRARY_PATH=../dist/Debug/lib/ nssfuzz-tls-server testcase`.

Reported-2020-06-02
Disclosure ~2020-09-02
OSS-Fuzz had found an assertion crash: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22960

On first glance it looks like the assertion just needs to be relaxed, since the server is checking data written by itself, but I haven't done a thorough analysis.

To reproduce build nss with `./build.sh --fuzz=tls --asan` and run `LD_LIBRARY_PATH=../dist/Debug/lib/ nssfuzz-tls-server testcase`.

Reported-2020-06-02
Disclosure ~2020-08-31

Back to Bug 1642638 Comment 0