Home
last modified time | relevance | path

Searched refs:Strgrow (Results 1 – 18 of 18) sorted by relevance

/dports/japanese/w3m-img/w3m-2b59b9e/
H A DStr.h68 void Strgrow(Str s);
71 #define Strcat_char(x,y) (((x)->length+1>=STR_SIZE_MAX)?0:(((x)->length+1>=(x)->area_size)?Strgrow(…
H A DStr.c282 Strgrow(Str x) in Strgrow() function
359 Strgrow(s); in Strinsert_char()
H A DNEWS97 - fix potential heap buffer corruption due to Strgrow [CVE-2016-9442]
H A DChangeLog175 * Str.c: Reduce memory reallocation due to Strgrow.
231 * Str.c: Prevent unneeded Strgrow in Strinsert_char.
233 * Str.c: Consider Strgrow overflow in Strinsert_char.
237 * Str.c: Prevent unneeded memory allocation in Strgrow.
280 * Str.c: Prevent unintentional integer overflow in Strgrow.
285 * Str.c: One more fix overflow due to Strgrow.
292 * Str.c: Fix integer overflow due to Strgrow.
1401 * Str.c: Fix potential heap buffer corruption due to Strgrow.
/dports/japanese/w3m/w3m-2b59b9e/
H A DStr.h68 void Strgrow(Str s);
71 #define Strcat_char(x,y) (((x)->length+1>=STR_SIZE_MAX)?0:(((x)->length+1>=(x)->area_size)?Strgrow(…
H A DStr.c282 Strgrow(Str x) in Strgrow() function
359 Strgrow(s); in Strinsert_char()
H A DNEWS97 - fix potential heap buffer corruption due to Strgrow [CVE-2016-9442]
H A DChangeLog175 * Str.c: Reduce memory reallocation due to Strgrow.
231 * Str.c: Prevent unneeded Strgrow in Strinsert_char.
233 * Str.c: Consider Strgrow overflow in Strinsert_char.
237 * Str.c: Prevent unneeded memory allocation in Strgrow.
280 * Str.c: Prevent unintentional integer overflow in Strgrow.
285 * Str.c: One more fix overflow due to Strgrow.
292 * Str.c: Fix integer overflow due to Strgrow.
1401 * Str.c: Fix potential heap buffer corruption due to Strgrow.
/dports/www/w3m/w3m-2b59b9e/
H A DStr.h68 void Strgrow(Str s);
71 #define Strcat_char(x,y) (((x)->length+1>=STR_SIZE_MAX)?0:(((x)->length+1>=(x)->area_size)?Strgrow(…
H A DStr.c282 Strgrow(Str x) in Strgrow() function
359 Strgrow(s); in Strinsert_char()
H A DNEWS97 - fix potential heap buffer corruption due to Strgrow [CVE-2016-9442]
H A DChangeLog175 * Str.c: Reduce memory reallocation due to Strgrow.
231 * Str.c: Prevent unneeded Strgrow in Strinsert_char.
233 * Str.c: Consider Strgrow overflow in Strinsert_char.
237 * Str.c: Prevent unneeded memory allocation in Strgrow.
280 * Str.c: Prevent unintentional integer overflow in Strgrow.
285 * Str.c: One more fix overflow due to Strgrow.
292 * Str.c: Fix integer overflow due to Strgrow.
1401 * Str.c: Fix potential heap buffer corruption due to Strgrow.
/dports/www/w3m-img/w3m-2b59b9e/
H A DStr.h68 void Strgrow(Str s);
71 #define Strcat_char(x,y) (((x)->length+1>=STR_SIZE_MAX)?0:(((x)->length+1>=(x)->area_size)?Strgrow(…
H A DStr.c282 Strgrow(Str x) in Strgrow() function
359 Strgrow(s); in Strinsert_char()
H A DNEWS97 - fix potential heap buffer corruption due to Strgrow [CVE-2016-9442]
H A DChangeLog175 * Str.c: Reduce memory reallocation due to Strgrow.
231 * Str.c: Prevent unneeded Strgrow in Strinsert_char.
233 * Str.c: Consider Strgrow overflow in Strinsert_char.
237 * Str.c: Prevent unneeded memory allocation in Strgrow.
280 * Str.c: Prevent unintentional integer overflow in Strgrow.
285 * Str.c: One more fix overflow due to Strgrow.
292 * Str.c: Fix integer overflow due to Strgrow.
1401 * Str.c: Fix potential heap buffer corruption due to Strgrow.
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/samterm/
H A Drasp.c186 Strgrow(&scratch, &nscralloc, p1-p0+1); in rload()
259 Strgrow(Rune **s, long *n, int want) /* can always toss the old data when called */ in Strgrow() function
H A Dsamterm.h130 void Strgrow(Rune**, long*, int);