I'm reporting an opl format parsing issue along with a minimum test case to reproduce it on the latest osmium-tool. The issue should be in libosmium, though.
echo -n "w1 T%%=" | osmium cat - -F opl -f xml
<?xml version='1.0' encoding='UTF-8'?>
<osm version="0.6" generator="osmium/1.13.1">
Segmentation fault (core dumped)
I'm reporting an opl format parsing issue along with a minimum test case to reproduce it on the latest osmium-tool. The issue should be in libosmium, though.