- Aug 22, 2017
-
-
Jonathan Wilkes authored
It appears int and t_int were freely mixed in this external, causing a size discrepancy that can result in a buffer overflow. Since t_int is supposed to be function pointer-sized container, it's unclear why that would be used here. This commit changes all t_int use to int. If t_int was really meant here for some reason then we can go in the other direction.
-
- Nov 18, 2012
-
-
Ivica Ico Bukvic authored
-