intrig / xenon

The Intrig Message Decoder
MIT License
1 stars 6 forks source link

fixed empty check #42

Closed wythe closed 4 years ago

wythe commented 4 years ago

Fix an error for the case when a new global property is being created when there is no available bits left. This is likely due to a message with bad data, but none the less shouldn't result in a seg fault.

41

Signed-off-by: Mark Beckwith wythe@intrig.com