2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

support umlaut 'o'

This commit is contained in:
Tinderbox User
2015-08-13 19:42:19 +00:00
parent bcf76c1fb8
commit a73d9c0b4d
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ while (<>) {
s/{\\texttt{{\.\\dbz{}}}}/\\mbox{{\\texttt{{\.\\dbz{}}}}}/; s/{\\texttt{{\.\\dbz{}}}}/\\mbox{{\\texttt{{\.\\dbz{}}}}}/;
# Add any further tweaking here. # Add any further tweaking here.
s/&#50102;/{\\"o}/;
# Write out whatever we have now. # Write out whatever we have now.
print; print;

View File

@@ -50,7 +50,7 @@
when parsing certain malformed DNSSEC keys. when parsing certain malformed DNSSEC keys.
</para> </para>
<para> <para>
This flaw was discovered by Hanno Boeck of the Fuzzing This flaw was discovered by Hanno B&#xc3b6;eck of the Fuzzing
Project, and is disclosed in CVE-2015-5722. [RT #40212] Project, and is disclosed in CVE-2015-5722. [RT #40212]
</para> </para>
</listitem> </listitem>