git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15680 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-19 18:49:45 +00:00
parent 050f24465c
commit aae79f52b3

View File

@@ -1,5 +1,19 @@
2005-07-19 Love H<>rnquist <20>strand <lha@it.su.se> 2005-07-19 Love H<>rnquist <20>strand <lha@it.su.se>
* asn1_print.c: print size_t by casting to unsigned long and use
right printf format tags are unsigned integers
* gen.c (generate_constant): oid elements are unsigned
* gen_decode.c (decode_type): tagdatalen should be an size_t.
* extra.c (decode_heim_any): tag is unsigned int.
* der_get.c (der_match_tag): tag is unsigned int.
* gen_length.c (length_type): cast size_t argument to unsigned
long and use appropriate printf format
* check-der.c (check_fail_bitstring): check for length overflow * check-der.c (check_fail_bitstring): check for length overflow
* der_get.c: rewrite integer overflow tests w/o SIZE_T_MAX * der_get.c: rewrite integer overflow tests w/o SIZE_T_MAX