Re: [Mesa-dev] [PATCH] gallivm: Fix potential buffer overflowing in strncat.

2012-06-28 Thread Jose Fonseca
Pushed. Thanks. Jose - Original Message - > --- > src/gallium/auxiliary/gallivm/lp_bld_printf.c |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/gallium/auxiliary/gallivm/lp_bld_printf.c > b/src/gallium/auxiliary/gallivm/lp_bld_printf.c > index 16ef

[Mesa-dev] [PATCH] gallivm: Fix potential buffer overflowing in strncat.

2012-06-28 Thread Johannes Obermayr
--- src/gallium/auxiliary/gallivm/lp_bld_printf.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_printf.c b/src/gallium/auxiliary/gallivm/lp_bld_printf.c index 16ef25a..35e9197 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_pr