jvoisin / fortify-headers

Standalone portable header-based implementation of FORTIFY_SOURCE=3
BSD Zero Clause License
19 stars 3 forks source link

Add hardening for select() #27

Closed jvoisin closed 12 months ago

jvoisin commented 12 months ago

This is unlikely to be used, since fd_set is usually manipulated by macros, but it doesn't hurt to add a simple comparison.