osm2pgsql/tests/style
Jochen Topf 0b3fa706f0 Fix parsing problems in style file reader
Some variables were not initialized correctly when parsing a style file,
which lead to some surprising behaviour with flags of one config line
re-used by the next if the flags field of that line was empty.

This could also have lead to buffer overflows in the first line being
parsed.

This commit also adds some more tests for the parsing code.

See #1590
2021-12-14 15:10:47 +01:00
..
comments.style Fix parsing problems in style file reader 2021-12-14 15:10:47 +01:00
data-types.style Fix parsing problems in style file reader 2021-12-14 15:10:47 +01:00
empty.style Fix parsing problems in style file reader 2021-12-14 15:10:47 +01:00
invalid-data-type.style Fix parsing problems in style file reader 2021-12-14 15:10:47 +01:00
invalid-osm-type.style Fix parsing problems in style file reader 2021-12-14 15:10:47 +01:00
missing.style Fix parsing problems in style file reader 2021-12-14 15:10:47 +01:00
node.style Fix parsing problems in style file reader 2021-12-14 15:10:47 +01:00
valid.style Fix parsing problems in style file reader 2021-12-14 15:10:47 +01:00
way-area.style Fix parsing problems in style file reader 2021-12-14 15:10:47 +01:00