ua-parser / uap-go

Go implementation of ua-parser
Other
357 stars 106 forks source link

Add 4 bytes padding to avoid crash on 32 bit system with misalign struct #64

Closed realPy closed 5 years ago

realPy commented 5 years ago

Fix the issue describe here https://github.com/ua-parser/uap-go/issues/38 Fix the grafana crash on arm 32 bit: https://github.com/grafana/grafana/issues/18524

marefr commented 5 years ago

Can @elsigh or someone else have a look at this? Something missing? Thanks