Hugo Landau

Results 328 comments of Hugo Landau

I'm being told that IBM Cloud z/OS is the "approved" way to get this sort of thing. As for the cost...

@holger-dengler @ifranzki Any ideas?

The problem is that Linux on z will not be adequate for testing EBCDIC AFAIK.

I wonder if there is a different way to mask coverity issues. AFAIK coverity supports some kind of comments which suppress warnings. That might allow coverity to still follow pointers...

We can just use `_Pragma` under an `ifdef __COVERITY__` or similar. Then the fact that this is C99 is not a problem.

Thanks for the report. Fix in https://github.com/openssl/openssl/pull/23581.

Not likely for 3.3, changing milestone

I don't think this is adequate. See https://github.com/openssl/openssl/pull/21190 for the history. This was already done and had to be reverted.

> Couldn't this problem be solved more efficiently with the use of a muted, condition variable, and state variable (the last of which records which streams are readable)? It would...