• Zolnai Tamás's avatar
    Correct wrong memory addressing · 73ed390a
    Zolnai Tamás yazdı
    Some global variables in export.cxx and
    cfgmerge.cxx pointed to OString databuffer
    and after these strings are destroyed the pointers
    refered to invalid address.
    Use OString instead of const char*
    
    Change-Id: I4ea43f4b3772ef3370d79336559d39a67400fe2b
    73ed390a
cfgmerge.cxx 18.5 KB