Theo Buehler e8dbf0171d Avoid use of uninitialized in init_dpi_end
If conn == NULL or display == NULL, init_dpi() jumps to init_dpi_end
before (declaring and) initializing resource. In init_dpi_end, there
is a free(resource) call conditionally on resource != NULL, so this
may lead to a bogus free. Found by clang -Wsometimes-uninitialized.
2017-09-06 07:36:08 +02:00
2017-08-19 19:08:53 +02:00
2017-09-04 07:53:39 +02:00
2017-09-04 07:53:25 +02:00
2016-12-09 08:37:49 +01:00
2011-08-28 17:44:42 +02:00
2017-09-04 07:53:25 +02:00
2011-08-28 17:44:42 +02:00
2017-09-04 07:53:25 +02:00
Description
No description provided
15 MiB
Languages
C 58.6%
Perl 29%
Raku 9.4%
Ruby 1.2%
Shell 0.7%
Other 1.1%