| commit | 9e48cda9bc15eef44ee72f4464edf1bbe5aa7267 | [log] [tgz] |
|---|---|---|
| author | Kostya Serebryany <kcc@google.com> | Fri Dec 04 22:29:39 2015 +0000 |
| committer | Kostya Serebryany <kcc@google.com> | Fri Dec 04 22:29:39 2015 +0000 |
| tree | 7e3f74d1798ad4423cfdcb20bfb777a7e7fd7a90 | |
| parent | 2f107ce1325cda843a548b15a5cad2dfe3162766 [diff] |
[libFuzzer] compute base64 in-process instead of using an external lib. Since libFuzzer should not depend on anything, just re-implement base64 encoder. PR25746 llvm-svn: 254784