commit | 5b323cb137f318c5b72018eb23f45530230623c0 | [log] [tgz] |
---|---|---|
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | Thu May 07 19:05:13 2020 +0300 |
committer | Dmitry Baryshkov <dbaryshkov@gmail.com> | Thu May 07 19:09:57 2020 +0300 |
tree | 2009a7cd6747cb4ae773baf5f7bec3ca382f61c5 | |
parent | 05880ad5a533719b06977a9e507e490eb53db820 [diff] |
parser: fix parser2tree memory leak (and parsing error) Fix oss-fuzz 16159, leak in parser2tree. The leak was caused by parser code ignoring all defined types if first one was a known type. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Branch | CI system | Status |
---|---|---|
Master | Gitlab |
This is GNU Libtasn1, a small ASN.1 library.
The C library (libtasn1.*) is licensed under the GNU Lesser General Public License version 2.1 or later. See the file COPYING.LIB.
The command line tool, self tests, examples, and other auxilliary files, are licensed under the GNU General Public License version 3.0 or later. See the file COPYING.
We require several tools to build the software, including:
The required software is typically distributed with your operating system, and the instructions for installing them differ. Here are some hints:
gNewSense/Debian/Ubuntu:
sudo apt-get install make git-core autoconf automake libtool sudo apt-get install texinfo texlive texlive-generic-recommended texlive-extra-utils sudo apt-get install help2man gtk-doc-tools valgrind abigail-tools
The next step is to run autoreconf, ./configure, etc:
$ ./bootstrap
Then build the project normally:
$ make $ make check
Happy hacking!
The manual is in the doc/
directory of the release. You can also browse the manual online at:
The coverage report is at:
The project homepage at the gnu site is at:
http://www.gnu.org/software/libtasn1/
For any copyright year range specified as YYYY-ZZZZ in this package note that the range specifies every single year in that closed interval.