File: vg_okay.supp

package info (click to toggle)
ghostscript 8.62.dfsg.1-3.2lenny5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 55,332 kB
  • ctags: 73,646
  • sloc: ansic: 505,865; sh: 34,002; python: 4,917; cpp: 3,961; asm: 3,565; ada: 1,681; tcl: 1,469; pascal: 1,089; makefile: 885; cs: 879; lisp: 407; xml: 263; perl: 158; awk: 66; yacc: 15
file content (17 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Ghostscript error suppression file for Valgrind memcheck tool.
#
# This file supresses messages that are known not to be bugs.
#
# $Id: vg_okay.supp 7890 2007-05-02 19:56:24Z alexcher $


# Zlib examines the data past the end of the buffer by design
# to reduce the number of boundary checks. This doesn't have any
# external effects.
{
   <Zlib lookahead optimization>
   Memcheck:Cond
   fun:longest_match
   fun:deflate_slow
   fun:deflate
}