Brad Knotwell

Results 5 comments of Brad Knotwell

The second _fprintf_ should execute but it doesn't as the second constraints check returns zero.

While the following program does what I want, I don't know if it's architecturally correct. If it's not, it's a workaround for a bug. Otherwise, I'd recommend updating the user's...

Thinking about it a bit, there is an easy way to generate validators for enums that requires zero cleverness in the code generator--build a switch statement and avoid the difficulty...

https://github.com/mouse07410/asn1c/pull/121

I considered adding a way to turn this off as working validation might surprise people but decided against it.