cab914ef48405c9aecfc93edfb1b74f3e8014120
Take the correct type from ASN1_STRING_get0_data() to fix a warning. IA5Strings are ASCII, we do not need to care about signedness. Since the pointer returned by ASN1_STRING_get0_data() points to internal memory of the ASN1_STRING we are not allowed to manipulate the data. Also it is not guaranteed that the data is null terminated. Copy the data to our own buffer and make sure it is null terminated before using it.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
w3m: WWW wo Miru Tool ===================== w3m is a pager with WWW capability. It IS a pager, but it can be used as a text-mode WWW browser. This package is maintained for Debian <https://www.debian.org>, forked from the original version <https://sourceforge.net/projects/w3m/>. If you can read English, see doc/*. If you can read Japanese, see doc-jp/*. If you can read both, read both and correct English. :-)
Description
Languages
C
60.9%
HTML
13.4%
Roff
12.2%
JavaScript
5.6%
Perl
1.7%
Other
6.1%