Changes between Initial Version and Version 1 of Ticket #7266, comment 6


Ignore:
Timestamp:
Mar 8, 2011, 4:58:07 AM (13 years ago)
Author:
czeidler

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7266, comment 6

    initial v1  
    11The crash occurres when removing the first char in ConvertFromDNSName:
    22
     3
     4{{{
    35BString
    46DNSTools::ConvertFromDNSName(const BString& string)
     
    1214        outString.Remove(0, 1);
    1315
     16}}}
     17
    1418I'm a bit lost how could this happen? The code where this is called looks thread safe... It allways crashes in realloc in the BString class see debug backtrace. Could somebody help me out here?