mirror of
https://github.com/woo-j/zint.git
synced 2024-12-23 13:33:55 +03:00
2019-09-11 HaO Document svg_plot vector= null crash has ticket number #164
Start Version release notes.
This commit is contained in:
parent
4dfc090416
commit
2fbbbeec12
8
README
8
README
@ -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
|
||||
----------
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user