Comment 7 for bug 1896740

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I looked at the changes Andreas pointed to, but I'm unsure they are really the same right now.

- 0003-Print-diagnostics-on-dns_name_issubdomain-failure-in.patch
  applied as-is, but is about diagnostics and not fixing a crash as reported here

- 0004-Fix-off-by-one-error-when-calculating-new-hashtable-.patch
  does not apply as-is
  Tracking this I found this would also need (at least) the backport of:
  https://github.com/isc-projects/bind9/commit/e24bc324b455d9cad7b51acd3d5c7b4e40c66187
  https://github.com/isc-projects/bind9/commit/1e043a011b9fe3f62f9f5c7a9b74b44adc03ca44

But that in turn let me realize that the bug that "78543ad" was only introduced by "e24bc324".
So we won't backport "e24bc324" (which is a massive rework of the hash handling) just to fix it.

@Andreas - what do you think might this - despite the similarity - be a different issue after all. Maybe a different off-by-one/crash but in a similar place to look so similar?
If so do we have a crash dump of that fail that Marian reported to take a look?