]> git.pld-linux.org Git - packages/lzo.git/blob - lzo-includes.patch
- updated to 2.07 (fixes potential buffer overrun when using large buffers)
[packages/lzo.git] / lzo-includes.patch
1 --- lzo-2.07/autoconf/local.m4.orig     2014-06-25 15:47:13.000000000 +0200
2 +++ lzo-2.07/autoconf/local.m4  2014-06-27 22:53:28.354427428 +0200
3 @@ -458,6 +458,7 @@
4  AC_LANG_CONFTEST([AC_LANG_PROGRAM(
5  [[#define LZO_CFG_NO_CONFIG_HEADER 1
6  #define LZO_WANT_ACC_INCD_H 1
7 +#include <limits.h>
8  #include $2
9  #include $3
10  
This page took 0.059967 seconds and 3 git commands to generate.