Skip to content

Commit 9aa01b3

Browse files
att
1 parent 98707f4 commit 9aa01b3

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/parser/unused/fdefine.unused.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ void private_CArgvParse_add_used(CArgvParse *self,int index){
1818
if(private_CArgvParse_its_used(self,index)){
1919
return;
2020
}
21+
if(self->total_used_args >= C_ARGV_PARSER_MAX_FLAGS){
22+
return;
23+
}
2124
self->used_args[self->total_used_args] = index;
2225
self->total_used_args++;
2326
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy