You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
This is one of my first issues, so it may not be the right place to report it. However, since there is no tagging system available, I’m categorizing it as a bug.
Problem:
Paco Missing Read Length Check
Paco currently does not check for read length. As a result, when attempting a read of size 0 (e.g., to check if read does not return an error with current fd), the moulinette immediately KO the push, and Paco never checks read sizes.
This is not a bug; it's a missing test.
System Specs at 42Lyon:
Description:
This is one of my first issues, so it may not be the right place to report it. However, since there is no tagging system available, I’m categorizing it as a bug.
Problem:
Paco Missing Read Length Check
Paco currently does not check for read length. As a result, when attempting a read of size 0 (e.g., to check if read does not return an error with current fd), the moulinette immediately KO the push, and Paco never checks read sizes.
Static Function Detection
Paco mistakenly identifies static functions prototyping as multiple static variable definitions.
The text was updated successfully, but these errors were encountered: