Re: [2/2] Add AddressSanitizer annotations to std::string.

2018-09-04 Thread Mikhail Kashkarov
^^^ gentle ping. On 08/16/2018 02:28 PM, Mikhail Kashkarov wrote: > ^^ gentle ping. > > On 07/16/2018 07:16 PM, Mikhail Kashkarov wrote: >> Rebased and update patch (typos, add missing annotations), >> add ASan teststo verify string annotation. >> >> >> On 06/28/2018 11:09 AM, Mikhail Kashkarov w

Re: [2/2] Add AddressSanitizer annotations to std::string.

2018-08-16 Thread Mikhail Kashkarov
^^ gentle ping. On 07/16/2018 07:16 PM, Mikhail Kashkarov wrote: > Rebased and update patch (typos, add missing annotations), > add ASan teststo verify string annotation. > > > On 06/28/2018 11:09 AM, Mikhail Kashkarov wrote: >> ^ gentle ping. >> >> >> On 06/08/2018 05:54 PM, Mikhail Kashkarov wro

Re: [2/2] Add AddressSanitizer annotations to std::string.

2018-07-16 Thread Mikhail Kashkarov
Rebased and update patch (typos, add missing annotations), add ASan teststo verify string annotation. On 06/28/2018 11:09 AM, Mikhail Kashkarov wrote: > ^ gentle ping. > > > On 06/08/2018 05:54 PM, Mikhail Kashkarov wrote: >> Hello, >> >> I've updated patches for std::string sanitization and disa

Re: [2/2] Add AddressSanitizer annotations to std::string.

2018-06-28 Thread Mikhail Kashkarov
^ gentle ping. On 06/08/2018 05:54 PM, Mikhail Kashkarov wrote: > Hello, > > I've updated patches for std::string sanitization and disabling CXX11 > string SSO usage for correct sanitization. > > >>       _M_destroy(_M_allocated_capacity); > >>+    else > >>+      __annotate_delete(); >

Re: [2/2] Add AddressSanitizer annotations to std::string.

2018-06-08 Thread Mikhail Kashkarov
as wondering specifically about the > instantiations. I could be wrong but I don't think anything in > creates, destroys or modifies a std::basic_string. > > > > > -- Best regards, Kashkarov Mikhail Samsung R&D Institute Russia From 4b8de0240ac0