Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/crypto/nist_hash_drbg



On 19.09.2019 16:35, Taylor R Campbell wrote:
> Module Name:	src
> Committed By:	riastradh
> Date:		Thu Sep 19 14:35:00 UTC 2019
> 
> Modified Files:
> 	src/sys/crypto/nist_hash_drbg: nist_hash_drbg.c
> 
> Log Message:
> Use CTASSERT where possible, run-time assertion where not.
> 
> Should fix negative-length variable-length array found by kamil.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.1 -r1.2 src/sys/crypto/nist_hash_drbg/nist_hash_drbg.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

Unfortunately this still breaks with new __CTASSERT proposed in:

http://netbsd.org/~kamil/patch-00150-__CTASSERT1-bitfield.txt

Attachment: signature.asc
Description: OpenPGP digital signature



Home | Main Index | Thread Index | Old Index