[Mesa-dev] [PATCH] Modified _mesa_align_free to have consistent behavior

Siavash Eliasi siavashserver at gmail.com
Tue Nov 26 21:59:20 PST 2013


This avoids accidental dereferencing of an invalid memory address by _mesa_align_free when passed pointer is NULL.

Also cleaned up different places where it was used, to avoid double check of passed pointer.

Now it is safe to pass NULL pointer to this function and expect same behavior like free().


Best Regards,
Siavash Eliasi.

Siavash Eliasi (1):
  Modified _mesa_align_free to have consistent behavior when dealing
    with NULL memory address.

 src/mesa/main/imports.c                |  7 +++++--
 src/mesa/math/m_matrix.c               | 13 +++++--------
 src/mesa/program/prog_parameter.c      |  3 +--
 src/mesa/state_tracker/st_cb_texture.c |  6 ++----
 src/mesa/swrast/s_texture.c            |  7 +++----
 src/mesa/tnl/t_vertex.c                |  6 ++----
 src/mesa/vbo/vbo_exec_api.c            |  9 ++++-----
 7 files changed, 22 insertions(+), 29 deletions(-)

-- 
1.8.4.2



More information about the mesa-dev mailing list