Skip to content

web-view: add protective assert

Michael Catanzaro requested to merge mcatanzaro/hostname-to-tld into master

This should never happen, but it's not a bad idea to be paranoid and make sure of that. We would have a buffer overflow if length is ever 0 here (which should not be possible).

Merge request reports