Closed tamersaadeh closed 6 years ago
The short answer is yes.
The longer answer is that test and regress code tend to be looked at by people who are wanting to write real code, so ensuring that it is written correctly is beneficial. As you note, it also helps to find real issues with analysers/sanitisers, when there is not undo noise.
For example on this line one of the
BN_new()
might not be freed. There are other examples. Are patches needed? If not close this and sorry for the noise.(PS: I have a
Dockerfile
with this config based on Ubuntu that I can share if necessary)