ThibautHH / 42sh

Projet de fin de première année du cursus Epitech répliquant le fonctionnement du shell TCSH.
MIT License
2 stars 0 forks source link

Environment structure is not portable #22

Closed ThibautHH closed 1 year ago

ThibautHH commented 1 year ago

The env_t struct uses two consecutive arrays in the decleration that could potentially be structure padded or reordered in the wrong way by the compiler.