I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
11 lines
421 B
Diff
11 lines
421 B
Diff
--- crypto/heimdal/kadmin/version4.c Thu Oct 9 14:44:32 2003
|
|
+++ crypto/heimdal/kadmin/version4.c Thu Apr 29 07:29:23 2004
|
|
@@ -965,6 +965,8 @@
|
|
if(term_flag)
|
|
exit(0);
|
|
if(first) {
|
|
+ if (len < 2)
|
|
+ krb5_errx(context, 1, "received too short len (%d < 2)", len);
|
|
/* first time around, we have already read len, and two
|
|
bytes of the version string */
|
|
krb5_data_alloc(&message, len);
|