Hello,
On Fri, Nov 29, 2024 at 04:13:53PM +0530, Atharva Tiwari wrote:
> - Added a null check for 'o' before copying the last OPTION_END in
> options__order function to prevent potential uninitialized usage.
> - Refactored the parse_long_opt function for improved readability by aligning
> functi
- Added a null check for 'o' before copying the last OPTION_END in
options__order function to prevent potential uninitialized usage.
- Refactored the parse_long_opt function for improved readability by aligning
function signature.
- Minor formatting fix to ensure consistency in the codebase.
- Up