~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to storage/tokudb/ft-index/src/tests/bdb.suppressions

  • Committer: Package Import Robot
  • Author(s): James Page, Otto Kekäläinen
  • Date: 2014-02-17 16:51:52 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140217165152-k315d3175g865kkx
Tags: 5.5.35-1
[ Otto Kekäläinen ]
* New upstream release, fixing the following security issues:
  - Buffer overflow in client/mysql.cc (Closes: #737597).
    - CVE-2014-0001
  - http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html
    - CVE-2013-5891
    - CVE-2013-5908
    - CVE-2014-0386
    - CVE-2014-0393
    - CVE-2014-0401
    - CVE-2014-0402
    - CVE-2014-0412
    - CVE-2014-0420
    - CVE-2014-0437
* Upstream https://mariadb.atlassian.net/browse/MDEV-4902
  fixes compatibility with Bison 3.0 (Closes: #733002)
* Updated Russian debconf translation (Closes: #734426)
* Updated Japanese debconf translation (Closes: #735284)
* Updated French debconf translation (Closes: #736480)
* Renamed SONAME properly (Closes: #732967)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   bdb_writes_undefined_data_to_disk
 
3
   Memcheck:Param
 
4
   pwrite64(buf)
 
5
   fun:pwrite64
 
6
   fun:__os_io
 
7
   obj:/lib/libdb-4.3.so
 
8
   fun:__memp_bhwrite
 
9
   fun:__memp_sync_int
 
10
   fun:__memp_fsync
 
11
   fun:__db_sync
 
12
   fun:__db_refresh
 
13
   fun:__db_close
 
14
   fun:__fop_subdb_setup
 
15
   fun:__db_open
 
16
   fun:__db_open_pp
 
17
}
 
18
 
 
19
{
 
20
   bdb_leaks_db_home_strdup
 
21
   Memcheck:Leak
 
22
   fun:_vgrZU_libcZdsoZa_malloc
 
23
   fun:__os_malloc
 
24
   fun:__os_strdup
 
25
   fun:__db_open_pp
 
26
   fun:main
 
27
}
 
28
 
 
29
{
 
30
   bdb_leaks_in_db_create
 
31
   Memcheck:Leak
 
32
   fun:_vgrZU_libcZdsoZa_malloc
 
33
   fun:__os_malloc
 
34
   fun:__os_calloc
 
35
   fun:__bam_db_create
 
36
   fun:db_create
 
37
   fun:main
 
38
}
 
39
 
 
40
{
 
41
   bdb_leaks_if_you_open_twice
 
42
   Memcheck:Leak
 
43
   fun:_vgrZU_libcZdsoZa_malloc
 
44
   fun:__os_malloc
 
45
   fun:__os_strdup
 
46
   fun:__db_open_pp
 
47
}
 
48
 
 
49
{
 
50
   bdb_leaks_again
 
51
   Memcheck:Leak
 
52
   fun:_vgrZU_libcZdsoZa_malloc
 
53
   fun:__os_malloc
 
54
   fun:__os_strdup
 
55
   fun:__db_home
 
56
   obj:/lib/libdb-4.3.so
 
57
   fun:__dbenv_open
 
58
}
 
59
 
 
60
{
 
61
   <bdb_leaks>
 
62
   Memcheck:Leak
 
63
   fun:_vgrZU_libcZdsoZa_malloc
 
64
   fun:__os_malloc
 
65
   fun:__os_calloc
 
66
   fun:__bam_db_create
 
67
   fun:db_create
 
68
}
 
69
 
 
70
{
 
71
   <bdb_leaks>
 
72
   Memcheck:Leak
 
73
   fun:_vgrZU_libcZdsoZa_malloc
 
74
   fun:__os_malloc
 
75
   fun:__os_calloc
 
76
   fun:__bam_db_create
 
77
   fun:db_create
 
78
}
 
79
 
 
80
{
 
81
   <bdb_leaks>
 
82
   Memcheck:Leak
 
83
   fun:_vgrZU_libcZdsoZa_malloc
 
84
   fun:__os_malloc
 
85
   fun:__os_calloc
 
86
   fun:db_create
 
87
}