~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Lee Bieber
  • Date: 2011-01-14 04:06:58 UTC
  • mfrom: (2077.2.1 bug582486)
  • Revision ID: kalebral@gmail.com-20110114040658-8dk1zfydocjx2msb
Merge Stewart - fix bug 582486: valgrind warning in drizzled::mysql_load 

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
}
386
386
 
387
387
 
388
 
# https://bugs.launchpad.net/drizzle/+bug/582486
389
 
{
390
 
   Bug 582486 - Conditional jump or move depends on uninitialised value
391
 
   Memcheck:Value8
392
 
   ...
393
 
   fun:_ZN8drizzled10mysql_loadEPNS_7SessionEPNS_13file_exchangeEPNS_9TableListERNS_4ListINS_4ItemEEES9_S9_NS_15enum_duplicatesEb
394
 
   ...
395
 
}
396
 
{
397
 
   Bug 582486 - Conditional jump or move depends on uninitialised value
398
 
   Memcheck:Value4
399
 
   ...
400
 
   fun:_ZN8drizzled10mysql_loadEPNS_7SessionEPNS_13file_exchangeEPNS_9TableListERNS_4ListINS_4ItemEEES9_S9_NS_15enum_duplicatesEb
401
 
   ...
402
 
}
403
 
{
404
 
   Bug 582486 - Conditional jump or move depends on uninitialised value
405
 
   Memcheck:Cond
406
 
   ...
407
 
   fun:_ZN8drizzled10mysql_loadEPNS_7SessionEPNS_13file_exchangeEPNS_9TableListERNS_4ListINS_4ItemEEES9_S9_NS_15enum_duplicatesEb
408
 
   ...
409
 
}
410
 
 
411
388
# https://bugs.launchpad.net/drizzle/+bug/582495
412
389
{
413
390
   Bug 582495 - Syscall param write(buf) points to uninitialised byte(s)