We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following test leads to a segfault
class TestReader < Nokogiri::TestCase class NonStringIO def read(size) :invalid_object end end def test_io_non_string io = NonStringIO.new Nokogiri::XML::Reader(io) end end
The text was updated successfully, but these errors were encountered:
The problem is when hooking into libxml2 here. Leaving this here so I can look into it when I have a little more time.
Sorry, something went wrong.
a24b92e
No branches or pull requests
The following test leads to a segfault
The text was updated successfully, but these errors were encountered: