From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:17:36 +0000 (+0100) Subject: Fix a bug whereby a maliciously-crafted packet received on the control port could... X-Git-Tag: 1.2.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24789982d5cc067ecf6e8f3352b701d177530ec;p=thirdparty%2Fnqptp.git Fix a bug whereby a maliciously-crafted packet received on the control port could crash the program. --- b24789982d5cc067ecf6e8f3352b701d177530ec diff --cc configure.ac index 4c4f673,e245519..6609fe5 --- a/configure.ac +++ b/configure.ac @@@ -2,7 -2,7 +2,7 @@@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) - AC_INIT([nqptp], [1.2.1], [4265913+mikebrady@users.noreply.github.com]) -AC_INIT([nqptp], [1.2.2d0], [4265913+mikebrady@users.noreply.github.com]) ++AC_INIT([nqptp], [1.2.3], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CANONICAL_HOST