~ubuntu-branches/ubuntu/karmic/valgrind/karmic

« back to all changes in this revision

Viewing changes to exp-ptrcheck/tests/pth_specific.stderr.exp

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-05 18:27:01 UTC
  • mfrom: (1.1.9 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090305182701-yag747u3f33y9g8y
Tags: 1:3.4.1-1ubuntu1
* Merge with Debian; remaining changes:
  - Add 91_build_with_fno_stack_protector.dpatch.
  - Add lpia to Architecture.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Invalid read of size 1
 
3
   at 0x........: main (pth_specific.c:19)
 
4
 Address 0x........ is 1 bytes before the accessing pointer's
 
5
 legitimate range, a block of size 100 alloc'd
 
6
   at 0x........: malloc (vg_replace_malloc.c:...)
 
7
   by 0x........: main (pth_specific.c:17)
 
8
 
 
9
Invalid read of size 1
 
10
   at 0x........: main (pth_specific.c:27)
 
11
 Address 0x........ is 1 bytes before the accessing pointer's
 
12
 legitimate range, a block of size 100 alloc'd
 
13
   at 0x........: malloc (vg_replace_malloc.c:...)
 
14
   by 0x........: main (pth_specific.c:17)
 
15
 
 
16
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)