X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr.c;h=bfa833462c74be85ea9a9a57b8b3bffe0bf7dc22;hb=adc5e45a46d9ce4f73370332f6e4c2f81c1d36fe;hp=d728ed2529d54ab29efac171fec91762f6491f72;hpb=052d8d3106e25de403341929ca7f4241dad875a0;p=yaz-moved-to-github.git diff --git a/odr/odr.c b/odr/odr.c index d728ed2..bfa8334 100644 --- a/odr/odr.c +++ b/odr/odr.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: odr.c,v $ - * Revision 1.5 1995-03-07 13:28:57 quinn + * Revision 1.7 1995-03-10 11:44:41 quinn + * Fixed serious stack-bug in odr_cons_begin + * + * Revision 1.6 1995/03/08 12:12:15 quinn + * Added better error checking. + * + * Revision 1.5 1995/03/07 13:28:57 quinn * *** empty log message *** * * Revision 1.4 1995/03/07 13:16:13 quinn @@ -30,12 +36,15 @@ char *odr_errlist[] = { "No (unknown) error", - "Memoy allocation failed", + "Memory allocation failed", "System error", "No space in buffer", "Required data element missing", "Unexpected tag", - "Other error" + "Other error", + "Protocol error", + "Malformed data", + "Stack overflow" }; void odr_perror(ODR o, char *message)