2019-09-11 HaO Document svg_plot vector= null crash has ticket number #164

Start Version release notes.
This commit is contained in:
Harald Oehlmann 2019-09-11 10:14:42 +02:00
parent 4dfc090416
commit 2fbbbeec12
2 changed files with 151 additions and 143 deletions

8
README
View file

@ -73,6 +73,14 @@ maxicode code set correction
cmake flags for debugging and sanitize options
unit tests for the changes, with a simple test suite based on qrencode/tests
Version 2.6.6 (not jet released):
New features:
PDF row size may be set
PDF numeric compaction
Fixing bugs:
Ticket 164: crash due to call of svg_plot withnull vector
Crash on bullseye raster drawing
qtzint: Micro-QR version option choice corrected (+1 missing).
CONTACT US
----------

View file

@ -54,7 +54,7 @@ int svg_plot(struct zint_symbol *symbol) {
struct zint_vector_string *string;
/* Check for no created vector set */
/* E-Mail Christian Schmitz 2019-09-10: reason unknown */
/* E-Mail Christian Schmitz 2019-09-10: reason unknown Ticket #164*/
if (symbol->vector == NULL) {
return ZINT_ERROR_INVALID_DATA;
}