
30 Oct
2006
30 Oct
'06
12:53 a.m.
Nick Dimiduk <ndimiduk <at> gmail.com> writes:
The debugger shows the tmp_dir.m_path._Bx is a bad pointer
The m_path member is a string which is subject to small string optimization. The _Bx pointer will be bad until the strings grows above 16 characters (for Dinkumware).