]> andersk Git - moira.git/blame - lib/mr_data.c
Avoid buffer overruns and check return value of malloc()
[moira.git] / lib / mr_data.c
CommitLineData
fa59b86f 1/* $Id$
559e1bb1 2 *
7ac48069 3 * A few variables
559e1bb1 4 *
7ac48069 5 * Copyright (C) 1987-1998 by the Massachusetts Institute of Technology
6 * For copying and distribution information, please see the file
7 * <mit-copyright.h>.
559e1bb1 8 */
9
babbc197 10#include <mit-copyright.h>
7ac48069 11#include <moira.h>
8defc06b 12#include "mr_private.h"
0fa91a0a 13
7ac48069 14RCSID("$Header$");
15
8defc06b 16CONNECTION _mr_conn;
0fa91a0a 17
8defc06b 18OPERATION _mr_send_op, _mr_recv_op;
0fa91a0a 19
8defc06b 20int sending_version_no = MR_VERSION_2;
9e8b70ea 21
This page took 0.090292 seconds and 5 git commands to generate.