donotturnoff / aerend

My third year project
0 stars 0 forks source link

Remove asserts on client-supplied data #100

Closed donotturnoff closed 2 years ago

donotturnoff commented 2 years ago

There are a number of asserts in constructors and setters of shapes and widgets, which can fail and crash the server if the client supplies bad data. These should be replaced with exceptions