Re: I'm curious, why is queue() in style()

2016-02-10 Thread Philip Guenther
On Wed, Feb 10, 2016 at 7:47 PM, Luke Small wrote: > It seems to complicate things. Is there a security reason to use those > functions? style(9) is about much more than security, of course. The queue(3) macros have proven to be correct, even in corner cases that people sometimes get wrong when

Re: I'm curious, why is queue() in style()

2016-02-10 Thread Michael McConville
Luke Small wrote: > It seems to complicate things. Is there a security reason to use those > functions? They've been around for forever and have been audited. If someone rolls their own ADT implemenation, it's far more likely to have security problems.

I'm curious, why is queue() in style()

2016-02-10 Thread Luke Small
It seems to complicate things. Is there a security reason to use those functions?