wspr-ncsu / visiblev8

A instrumented variant of the V8 JavaScript Engine
https://kapravelos.com/projects/vv8
BSD 3-Clause "New" or "Revised" License
151 stars 37 forks source link

Adding null characters to string is unnecessary in std::ostringstream #83

Closed sohomdatta1 closed 7 months ago

sohomdatta1 commented 7 months ago

Adding the null characters corrupts the log, since they are considered part of the origin url value. This patch removes the null characters

@jsu6 @kapravel