HomePhabricator

netbase: Use .data() instead of .c_str() on binary string
f7d0a86bf687Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

netbase: Use .data() instead of .c_str() on binary string

.c_str() is only guaranteed to return the data up to the first NUL
character.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Sep 8 2014, 10:20
deadalnixPushed on May 14 2017, 22:04
Parents
rABCbb4ef1e9dc99: Merge pull request #4712
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABCf7d0a86bf687: netbase: Use .data() instead of .c_str() on binary string (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Sep 8 2014, 10:20