Skip to content
Snippets Groups Projects
  1. Aug 22, 2017
    • Jonathan Wilkes's avatar
      use int instead of t_int · 8a701fbf
      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.
      8a701fbf
  2. Nov 18, 2012
Loading