Skip to content

Files

Latest commit

 

History

History
12 lines (7 loc) · 351 Bytes

wrongPipeParameterSize.md

File metadata and controls

12 lines (7 loc) · 351 Bytes

Pattern: Wrong pipe()/pipe2() parameter size

Issue: -

Description

The pipe()/pipe2() system command takes an argument, which is an array of exactly two integers. The variable is an array of size dimension, which does not match.

Further Reading